llvm-project/llvm/test/Transforms/ConstantHoisting
Michael Zolotukhin 1f4a960ccf [X86] Never hoist the shift value of a shift instruction.
There is no need to check if we want to hoist the immediate value of an
shift instruction. Simply return TCC_Free right away.

This change is like r206101, but for X86.

rdar://problem/16190769

llvm-svn: 207692
2014-04-30 19:17:32 +00:00
..
ARM64 [ARM64] Never hoist the shift value of a shift instruction. 2014-04-12 02:53:51 +00:00
PowerPC [PowerPC] [Constant Hoisting] Enable constant hoisting on PPC 2014-04-13 23:02:40 +00:00
X86 [X86] Never hoist the shift value of a shift instruction. 2014-04-30 19:17:32 +00:00