Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-07-10-SplatMiscompile.ll
2008-07-10 Chris LattnerFix an altivec constant miscompilation that Duncan...