Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / memcpy-inline.ll
2007-10-22 Evan ChengFix memcpy lowering when addresses are 4-byte aligned...