Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / call_nolink.ll
2007-04-16 Reid SpencerFor PR1319:
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-03-20 Lauro Ramos Venanciobugfix: When the source register of CALL_NOLINK was...