Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / Generic / 2007-01-15-LoadSelectCycle.ll
2007-01-26 Reid SpencerFor PR761:
2007-01-16 Chris Lattnernew testcase for PR1114