Add optimizations:
[oota-llvm.git] / test / Transforms / InstCombine / or.ll
2003-03-10 Chris LattnerAdd optimizations:
2003-03-10 Chris Lattner* Add testcases for associative operators
2003-03-10 Chris LattnerAdd test for: (A|B)^B == A & (~B)
2003-02-18 Chris Lattnertest for a variety of new transformations:
2003-02-18 Chris LattnerModernize testcase
2002-10-08 Chris LattnerThis test was mistakenly matching 'predecessors' that...
2002-08-14 Chris LattnerRemove illegal test now that not instruction does not...
2002-08-09 Chris Lattnerxor x, ALLONES should -> not x
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
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...