Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / 2007-09-04-AltivecDST.ll
2007-09-05 Bill WendlingAdd the 64-bit versions of the DS* Altivec instructions.