Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / aliases.ll
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-05-14 Lauro Ramos VenancioEnable aliases on arm-linux.