summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/CorrelatedValuePropagation/range.ll
Commit message (Expand)AuthorAgeFilesLines
* [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