Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / Generic / bool-vector.ll
2008-01-10 Chris Lattnernew testcase for PR1845