summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/2008-01-29-AddICmp.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] add test for missed vector icmp fold; NFCSanjay Patel2017-02-081-85/+0
* [InstCombine] use m_APInt to allow icmp (add X, Y), C folds for splat constan...Sanjay Patel2016-08-171-9/+4
* [InstCombine] add tests for fold with no coverage and missing vector foldSanjay Patel2016-08-161-0/+21
* [InstCombine] add tests for missing vector icmp foldsSanjay Patel2016-08-151-0/+34
* update tests to use FileCheck and exact checkingSanjay Patel2016-08-151-10/+25
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-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
* Tag this test with the PR reference.Nick Lewycky2008-02-031-0/+1
* There are some cases where icmp(add) can be folded into a new icmp. Handle them.Nick Lewycky2008-02-031-0/+19
OpenPOWER on IntegriCloud