1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/Transforms/CodeGenPrepare/X86
David Majnemer 221bf8bc4d [CodeGenPrepare] Don't sink a cast past its user
The sink cast machinery is supposed to sink casts as close to their user
as possible.  However, an EH pad is the first instruction in it's basic
block.  Don't sink if the user is an EH pad.

This fixes PR27536.

llvm-svn: 267767
2016-04-27 19:36:38 +00:00
..
catchpad-phi-cast.ll [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. 2016-04-15 15:57:41 +00:00
cttz-ctlz.ll
extend-sink-hoist.ll
fcmp-sinking.ll [CodeGenPrepare] Avoid sinking soft-FP comparisons 2016-04-03 16:36:17 +00:00
lit.local.cfg
memset_chk-simplify-nobuiltin.ll
pr27536.ll [CodeGenPrepare] Don't sink a cast past its user 2016-04-27 19:36:38 +00:00
select.ll [CodeGenPrepare] don't convert an unpredictable select into control flow 2016-04-26 00:47:39 +00:00
sink-addrmode.ll
sink-addrspacecast.ll
widen_switch.ll
x86-shuffle-sink.ll