Run another local value numbering phase after redundancy elimination
[oota-llvm.git] / test / Transforms / InstCombine /
2002-05-14 Chris LattnerNew testcase
2002-05-09 Chris LattnerNew testcase for wierd combine opportunity found in...
2002-05-09 Chris LattnerFix broken testcase
2002-05-08 Chris LattnerAdd two new patterns that instcombine should or does...
2002-05-06 Chris LattnerMake the testcase more interesting so that DCE does...
2002-05-06 Chris LattnerNew testcase for PHI folding
2002-05-06 Chris LattnerNew testcase to make sure not instructions get combined
2002-05-06 Chris LattnerMore tests
2002-05-06 Chris LattnerAdd testcase for -(-A)
2002-05-06 Chris LattnerFix testcase, the 'shift out all bits' doesn't apply...
2002-05-06 Chris LattnerMore testcases I don't want to forget about
2002-05-06 Chris LattnerNew testcases so I don't forget about these algebraic...
2002-05-06 Chris LattnerNew testcase so I don't forget about this.
2002-05-02 Chris LattnerIntitial checkin of cast tests
2002-05-02 Chris LattnerCheck another case
2002-04-29 Chris LattnerNew test cases for mul folding
2002-04-18 Chris LattnerNew testcase.
2002-04-18 Chris LattnerCheck in the first test: make sure getelementptr gets...
2002-03-11 Chris LattnerNew testcase