summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/apint-or1.ll
Commit message (Collapse)AuthorAgeFilesLines
* Merge or combine tests and convert to FileCheck.Benjamin Kramer2015-09-081-45/+0
| | | | | | | | - Move tests only exercising instsimplify to instsimplify's apint-or.ll - Actually test the CHECK lines in instsimplify's apint-or.ll - Merge the remaining tests in apint-or1.ll and apint-or2.ll, use FileCheck llvm-svn: 247045
* add missing regression tests for De Morgan's Law transform in InstCombineSanjay Patel2015-09-071-1/+10
| | | | llvm-svn: 246973
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81257
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Remove use of implementation keyword.Reid Spencer2007-03-281-1/+0
| | | | llvm-svn: 35412
* Add test case for testing InstCombine with arbitrary precision integerReid Spencer2007-03-231-0/+37
types. These tests mimic the integer test cases in the normal InstCombine test suite but use "strange" integer bit widths. Most tests written by Zhou Sheng, a few by me. llvm-svn: 35284
OpenPOWER on IntegriCloud