summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-52/+0
| | | | llvm-svn: 33296
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-3/+3
| | | | llvm-svn: 32115
* Emitting raw bytecode is awfully rude. Add -disable-output.Nick Lewycky2006-10-281-7/+17
| | | | | | Clarify the test. llvm-svn: 31251
* This testcase was logically wrong! Fixing, and including the test for theNick Lewycky2006-10-261-3/+24
| | | | | | mistake that I made in the file too. llvm-svn: 31190
* Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missedNick Lewycky2006-10-221-0/+21
optimization opportunity pointed out by Chris Lattner. llvm-svn: 31118
OpenPOWER on IntegriCloud