Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / vec_fneg.ll
2007-07-30 Evan ChengNew test case.