llvm-project/llvm/test/Transforms/CodeGenPrepare/AArch64
Eli Friedman a69084ffa8 [CodeGenPrepare] Fix bad IR created by large offset GEP splitting.
Creating the IR builder, then modifying the CFG, leads to an IRBuilder
where the BB and insertion point are inconsistent, so new instructions
have the wrong parent.

Modified an existing test because the test wasn't covering anything
useful (the "invoke" was not actually an invoke by the time we hit the
code in question).

Differential Revision: https://reviews.llvm.org/D55729

llvm-svn: 349693
2018-12-19 22:52:04 +00:00
..
free-zext.ll
large-offset-gep.ll [CodeGenPrepare] Fix bad IR created by large offset GEP splitting. 2018-12-19 22:52:04 +00:00
lit.local.cfg
trunc-weird-user.ll
widen_switch.ll