Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / 2007-10-18-PtrArithmetic.ll
2007-10-18 Bill WendlingPointer arithmetic should be done with the index the...