Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / 2005-01-14-SetSelectCrash.ll
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2005-01-14 Chris LattnerTestcase that crashes the PPC backend. Thanks to Rob...