Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / invalid-memcpy.ll
2007-11-27 Chris LattnerFix a crash on invalid code due to memcpy lowering.