Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / select_xform.ll
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-06-21 Evan ChengNew tests.