summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/compare-signs.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] use m_APInt to allow icmp (trunc X, Y), C folds for splat const...Sanjay Patel2016-08-181-7/+1
* [InstCombine] use m_APInt to allow icmp (or X, Y), C folds for splat constant...Sanjay Patel2016-08-171-6/+1
* [InstCombine] add tests for missing vector icmp foldsSanjay Patel2016-08-151-0/+18
* add tests for missing vector icmp foldsSanjay Patel2016-08-091-0/+21
* auto-generate checksSanjay Patel2016-04-291-43/+40
* [InstCombine] Optimize icmp slt signum(x), 1 --> icmp slt x, 1Sanjoy Das2015-09-161-0/+40
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-161-4/+4
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-011-1/+1
* Fix some CHECK lines which were ignored by accident.Benjamin Kramer2009-12-121-2/+2
* Generalize this optimization to work on equality comparisons between any twoNick Lewycky2009-12-051-3/+33
* Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. ThisNick Lewycky2009-11-231-1/+0
* Revert r88830 and r88831 which appear to have caused a selfhost buildbot someNick Lewycky2009-11-151-0/+1
* Correct typo.Nick Lewycky2009-11-151-1/+1
* Teach instcombine to look for booleans in wider integers when it encounters aNick Lewycky2009-11-151-0/+28
OpenPOWER on IntegriCloud