Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / compare-simm.ll
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness.
2007-04-04 Anton KorobeynikovFix test
2007-04-02 Chris Lattnernew testcase