Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / 2007-05-14-InlineAsmCstCrash.ll
2007-05-15 Chris Lattnertestcase that crashes llc