llvm-project/llvm/test/Transforms/ConstantHoisting/X86
Michael Holman 8bfef78722 [ConstantHoisting] Fix bug where constant materialization could insert into EH pad
If the incoming block to a phi node is an EH pad, then we will
materialize into an EH pad, which is not supposed to happen. To fix
this, I added a check to see if incoming block of a phi node is an EH
pad before using it as the insertion point.

Differential Revision: https://reviews.llvm.org/D95019
2021-02-01 11:23:56 -08:00
..
bad-cases.ll
cast-inst.ll
const-base-addr.ll
dbg-dominatingblock.ll
dbg-samebasicblock.ll
delete-dead-cast-inst.ll
ehpad.ll
ehphi.ll [ConstantHoisting] Fix bug where constant materialization could insert into EH pad 2021-02-01 11:23:56 -08:00
large-immediate.ll
lit.local.cfg
phi.ll
pr43903-not-all-uses-rebased.ll
stackmap.ll