Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / mask64.ll
2008-02-27 Dan GohmanDon't hard-code the mask size to be 32, which is incorr...