Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-03-24-AddressRegImm.ll
2008-03-24 Bill WendlingUse the bit size of the operand instead of the hard...