Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / shift128.ll
2008-03-07 Dan GohmanAdd support for lowering 128-bit shifts on ppc64.