Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / 2004-11-30-shr-var-crash.ll
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2004-11-30 Chris LattnerNew testcase that crashes the PPC BE