Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / tst_teq.ll
2007-04-15 Reid SpencerFor PR1319: Upgrade to use new test harness
2007-04-02 Lauro Ramos Venancio- Divides the comparisons in two types: comparisons...