summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstSimplify/compare.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstSimplify] add nuw %x, C2 must be at least C2David Majnemer2015-08-201-0/+8
* Add a bunch of CHECK missing colons in tests. NFC.Ahmed Bougacha2015-03-141-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-3/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-46/+46
* InstSimplify: Handle some simple tautological comparisonsDavid Majnemer2014-11-251-0/+64
* Introduce a 'nonnull' metadata on Load instructions.Philip Reames2014-10-201-0/+23
* InstSimplify: Move a transform from InstCombine to InstSimplifyDavid Majnemer2014-08-281-2/+70
* InstSimplify: Compute comparison ranges for left shift instructionsDavid Majnemer2014-08-271-0/+27
* ValueTracking: Figure out more bits when looking at add/subDavid Majnemer2014-08-221-0/+13
* Add a dereferenceable attributeHal Finkel2014-07-181-0/+34
* Fix a test broken in r212981David Majnemer2014-07-141-1/+1
* InstSimplify: Correct sdiv x / -1David Majnemer2014-07-141-0/+11
* InstSimplify: The upper bound of X / C was missing a rounding stepDavid Majnemer2014-07-141-0/+11
* InstSimplify: Fix a bug when INT_MIN is in a sdivDavid Majnemer2014-07-041-0/+11
* Make instsimplify's analysis of icmp eq/ne use computeKnownBits to determine ...Nick Lewycky2014-06-191-0/+19
* Teach isKnownNonNull that a nonnull return is not null. Add a test for this c...Nick Lewycky2014-05-201-0/+17
* InstSimplify: Improve handling of ashr/lshrDavid Majnemer2014-05-161-0/+40
* InstSimplify: Optimize using dividend in sdivDavid Majnemer2014-05-161-0/+9
* InstSimplify: Optimize signed icmp of -(zext V)David Majnemer2014-05-141-0/+60
* InstSimplify: Make shift, select and GEP simplifications vector-aware.Benjamin Kramer2014-01-241-0/+18
* Add a test that large offsets on GEPs on 32 bits targets are handled correctly.Benjamin Kramer2013-09-281-0/+10
* Expand test case a bit.Benjamin Kramer2013-09-231-2/+5
* InstSimplify: Fold equality comparisons between non-inbounds GEPs.Benjamin Kramer2013-09-231-0/+9
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-69/+69
* Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed.Nick Lewycky2013-07-121-1/+9
* InstSimplify: X >> X -> 0David Majnemer2013-07-091-0/+16
* Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren2013-03-181-0/+11
* Rewrite instsimplify's handling if icmp on pointer values to remove theDan Gohman2013-02-011-0/+22
* An alloca can be equal to an argument. It can't *alias* an alloca, but it couldDan Gohman2013-01-311-0/+13
* Add support to ValueTracking for determining that a pointer is non-nullChandler Carruth2012-12-071-0/+40
* InstructionSimplify should be able to simplify A+B==B+A to 'true'Duncan Sands2012-11-161-0/+9
* Teach instsimplify how to simplify comparisons of pointers which areChandler Carruth2012-03-251-0/+62
* Reinstate the optimization from r151449 with a fix to not turn 'gep %x' intoNick Lewycky2012-02-261-0/+63
* Roll these back to r151448 until I figure out how they're breakingNick Lewycky2012-02-251-54/+0
* An argument and a local identified object (eg. a noalias call) could turn outNick Lewycky2012-02-251-14/+24
* Teach instsimplify to be more aggressive when analyzing comparisons of pointersNick Lewycky2012-02-251-0/+44
* fix PR12075, a regression in a recent transform I added. In unreachable code...Chris Lattner2012-02-241-0/+10
* fold comparisons of gep'd alloca points with null to false,Chris Lattner2012-02-201-1/+12
* Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...Eli Friedman2012-02-181-0/+10
* InstSimplify: Ignore pointer casts when constant folding compares between poi...Benjamin Kramer2012-02-161-0/+20
* Fix PR11948: the result type of an icmp may be a vector of boolean -Duncan Sands2012-02-101-0/+7
* Revert commit 149912 (lattner) and add a testcase that shows the problem (whichDuncan Sands2012-02-101-0/+9
* Fix code to match comment. Fixes PR11340, a regression from r143209.Eli Friedman2011-11-081-0/+10
* Reapply commit 143214 with a fix: m_ICmp doesn't match conditionsDuncan Sands2011-10-301-0/+18
* Revert r143214; it's breaking a bunch of stuff.Eli Friedman2011-10-291-9/+0
* The expression icmp eq (select (icmp eq x, 0), 1, x), 0 folds to false.Duncan Sands2011-10-281-0/+9
* Fold icmp ugt (udiv X, Y), X to false. Spotted by my super-optimizerDuncan Sands2011-10-281-0/+24
* Reapply commit 143028 with a fix: the problem was casting a ConstantExpr MulDuncan Sands2011-10-271-0/+31
* Revert Duncan's r143028 expression folding which appears to be the culpritBob Wilson2011-10-271-31/+0
* My super-optimizer noticed that we weren't folding this expression toDuncan Sands2011-10-261-0/+31
OpenPOWER on IntegriCloud