summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/apint-add1.ll
Commit message (Collapse)AuthorAgeFilesLines
* update tests to use FileCheck, consolidate tests, fix commentsSanjay Patel2016-07-161-34/+0
| | | | llvm-svn: 275688
* 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
* For PR1319:Reid Spencer2007-04-141-1/+0
| | | | | | Upgrade tests to work with new llvm.exp version of llvm_runtest. llvm-svn: 36013
* Remove use of implementation keyword.Reid Spencer2007-03-281-1/+0
| | | | llvm-svn: 35412
* For PR1280:Reid Spencer2007-03-281-16/+0
| | | | | | | Remove test cases for and/xor/add -> trunc/sext that use bit widths that the targets cannot code gen. llvm-svn: 35399
* Add test case for testing InstCombine with arbitrary precision integerReid Spencer2007-03-231-0/+52
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