summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/CorrelatedValuePropagation/basic.ll
Commit message (Expand)AuthorAgeFilesLines
* [CVP] Reenable nowrap flag inferenceNikita Popov2019-06-241-9/+9
* [LVI][CVP] Add support for urem, srem and sdivNikita Popov2019-06-041-5/+5
* [LVI][CVP] Add support for saturating add/subNikita Popov2019-05-251-4/+4
* [CVP] Add tests for saturating add/sub ranges; NFCNikita Popov2019-05-251-0/+97
* [LVI][CVP] Add support for abs/nabs select pattern flavorNikita Popov2019-05-141-8/+4
* [CVP] Add tests for urem, sdiv, srem ranges; NFCNikita Popov2019-05-101-0/+63
* [CVP] Add tests for abs and nabs spf; NFCNikita Popov2019-05-101-0/+204
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+725
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-725/+0
* [CVP] auto-generate complete test checks; NFCSanjay Patel2018-11-291-100/+338
* [IR] Make SwitchInst::CaseIt almost a normal iterator.Chandler Carruth2017-03-261-2/+2
* [LVI] Reduce compile time by lazily scanning blocks if neededPhilip Reames2016-04-271-0/+22
* [LVI] Apply transfer rule for overdefine inputs for binary operatorsPhilip Reames2016-04-261-0/+23
* [LVI] A better fix for the assertion error introduced by 267609Philip Reames2016-04-261-0/+11
* [LVI] Infer local facts from unary expressionsPhilip Reames2016-04-261-0/+37
* [LVI] Extend select handling to catch min/max/clamp idiomsPhilip Reames2016-02-261-0/+193
* Revert 260705, it appears to be causing pr26628Philip Reames2016-02-161-55/+0
* [LVI] Exploit nsw/nuw when computing constant rangesPhilip Reames2016-02-121-0/+55
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-9/+9
* CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer2013-02-241-0/+20
* Fix invalid IR in test, missing incoming value for PHI node.Benjamin Kramer2013-02-241-1/+1
* Eliminate switch cases that can never match, for example removes allDuncan Sands2012-03-091-1/+100
* Update testcase since we're no longer doing the constant forwarding inline wi...Owen Anderson2010-10-291-2/+1
* Propagate non-local comparisons. Fixes PR1757.Owen Anderson2010-09-031-0/+24
* Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2010-09-031-0/+18
* Add PR number to test.Owen Anderson2010-09-031-0/+1
* Rename test directory to reflect new pass name.Owen Anderson2010-08-311-0/+40
OpenPOWER on IntegriCloud