summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/apint-sub.ll
Commit message (Expand)AuthorAgeFilesLines
* [NFC][InstCombine] Autogenerate check lines in a few testsRoman Lebedev2019-12-051-19/+19
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+191
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-191/+0
* [InstCombine] put tests of mul with neg operand(s) together; NFCSanjay Patel2018-02-131-21/+0
* [InstCombine] fix operand-complexity-based canonicalization (PR28296)Sanjay Patel2017-02-031-1/+1
* [InstCombine] update test to use FileCheck and auto-generate checksSanjay Patel2016-10-141-71/+148
* InstCombine: Fix miscompile in X % -Y -> X % Y transformDavid Majnemer2014-10-131-6/+0
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Instcombine was illegally transforming -X/C into X/-C when either X or CBill Wendling2008-11-301-3/+5
* For PR1319:Reid Spencer2007-04-151-0/+1
* For PR1319:Reid Spencer2007-04-141-2/+2
* Fix testsuite hang.Duncan Sands2007-03-261-1/+1
* Add test case for testing InstCombine with arbitrary precision integerReid Spencer2007-03-231-0/+138
OpenPOWER on IntegriCloud