Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / 2007-04-30-CombinerCrash.ll
2007-05-01 Evan ChengTest a dag combiner crasher.