summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarSimplify/lftr-reuse.ll
Commit message (Expand)AuthorAgeFilesLines
* [LoopPred] Selectively disable to preserve test casesPhilip Reames2019-11-061-1/+1
* [LFTR] Use SCEVExpander for the pointer limit case instead of manual IR genPhilip Reames2019-07-031-4/+3
* [LFTR] Hoist extend expressions outside of loops w/o waiting for LICMPhilip Reames2019-07-031-1/+1
* [IndVarSimplify] Generate full checks for some LFTR tests; NFCNikita Popov2019-04-201-54/+154
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+234
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-234/+0
* [SimplifyIndVars] Ignore dead usersMax Kazantsev2018-06-131-1/+4
* Revert some changes that were made to fix PR20680.Sanjoy Das2015-03-021-16/+8
* Revert r230921, "Revert some changes that were made to fix PR20680.", for now.NAKAMURA Takumi2015-03-021-8/+16
* Revert some changes that were made to fix PR20680.Sanjoy Das2015-03-011-16/+8
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-12/+12
* IndVarSimplify: Don't let LFTR compare against a poison valueDavid Majnemer2014-09-031-8/+16
* [LPM] Make LoopSimplify no longer a LoopPass and instead both a utilityChandler Carruth2014-01-231-6/+4
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* indvars: Linear function test replace should avoid reusing undef.Andrew Trick2012-07-181-4/+7
* Remove redundant -enable-iv-rewrite=false flags from test cases.Andrew Trick2012-03-221-1/+1
* Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick2011-09-121-1/+1
* indvars: LinearFunctionTestReplace for non-canonical IVs.Andrew Trick2011-07-181-0/+230
OpenPOWER on IntegriCloud