Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / ifcvt3.ll
2007-09-20 Evan Cheng-enable-arm-if-conversion is gone.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-06-20 Evan ChengAdded some if-conversion tests.