Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / ppcf128-3.ll
2008-03-18 Dale JohannesenMake conversions of i8/i16 to ppcf128 work.