Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / Generic / 2004-05-09-LiveVarPartialRegister.ll
2008-04-19 Chris Lattnerrename *.llx -> *.ll