Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / shl_elim.ll
2007-04-17 Chris Lattnernew testcase