"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "870e4f8e3888925e1f969d62c1895c8649925e68"
[MachineOutliner] Fix offset overflow check
The offset overflow check before was incorrect. It would always give the correct result, but it was comparing the SCALED potential fixed-up offset against an UNSCALED minimum/maximum. As a result, the outliner was missing a bunch of frame setup/destroy instructions that ought to have been safe to outline. This fixes that, and adds an instruction to the .mir test that failed the old test. llvm-svn: 320090
Loading
Please register or sign in to comment