1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/Transforms/ConstantHoisting/X86
Juergen Ributzka e6dc2fa469 [Constant Hoisting] Materialize the constant before the cloned cast instruction.
In the case where the constant comes from a cloned cast instruction, the
materialization code has to go before the cloned cast instruction.

This commit fixes the method that finds the materialization insertion point
by making it aware of this case.

This fixes <rdar://problem/15532441>

llvm-svn: 206913
2014-04-22 18:06:58 +00:00
..
cast-inst.ll [Constant Hoisting] Materialize the constant before the cloned cast instruction. 2014-04-22 18:06:58 +00:00
const-base-addr.ll typo 2014-04-02 22:17:30 +00:00
delete-dead-cast-inst.ll Update the test to use FileCheck. 2014-04-04 19:57:01 +00:00
lit.local.cfg
phi.ll [Constant Hoisting] Fix multiple entries for the same basic block in PHI nodes. 2014-03-22 01:49:27 +00:00
stackmap.ll Add test case for [Stackmaps][X86TTI] Fix think-o in getIntImmCost calculation (r204738). 2014-04-02 21:15:36 +00:00