summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/CorrelatedValuePropagation/range.ll
Commit message (Expand)AuthorAgeFilesLines
* [CVP] Remove a masking operation if range information implies it's a noopPhilip Reames2019-10-111-2/+1
* [CVP] Reenable nowrap flag inferenceNikita Popov2019-06-241-1/+1
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+917
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-917/+0
* [CVP] auto-generate complete test checks; NFCSanjay Patel2018-11-291-120/+390
* [CVP] Extend tests to illustrate an old patch isn't neededPhilip Reames2018-08-241-0/+42
* [LVI] Constant-propagate a zero extension of the switch condition value throu...Hiroshi Yamauchi2017-08-031-0/+141
* Revert r309415: "[LVI] Constant-propagate a zero extension of the switch cond...Daniel Jasper2017-08-011-114/+0
* [LVI] Constant-propagate a zero extension of the switch condition value throu...Hiroshi Yamauchi2017-07-281-0/+114
* [LVI] Take range metadata into account while calculating icmp condition const...Artur Pilipenko2016-08-121-0/+17
* [LVI] Handle any predicate in comparisons like icmp <pred> (add Val, Offset),...Artur Pilipenko2016-08-121-0/+130
* [LVI] Make LVI smarter about comparisons with non-constantsArtur Pilipenko2016-08-091-0/+112
* Revert 278107 which causes buildbot failures and in addition has wrong commit...Artur Pilipenko2016-08-091-112/+0
* Teach CorrelatedValuePropagation to mark adds as no wrapArtur Pilipenko2016-08-091-0/+112
* [LVI] Fix a bug which prevented use of !range metadata within a queryPhilip Reames2016-03-041-0/+14
* [LVI/CVP] Teach LVI about range metadataPhilip Reames2015-10-291-0/+24
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-7/+7
* make LazyValueInfo analyze the default case of switch statements (we know tha...Nuno Lopes2012-06-281-0/+23
* make LVI::getEdgeValue() always intersect the constraints of the edge with th...Nuno Lopes2012-06-281-0/+44
* allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...Nuno Lopes2012-05-181-0/+28
* add test case for bugfix in r157032Nuno Lopes2012-05-181-0/+29
* LVI: Recognize the form instcombine canonicalizes range checks into when form...Benjamin Kramer2012-03-021-0/+43
OpenPOWER on IntegriCloud