summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
AgeCommit message (Expand)Author
2017-05-26Re-enable "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start"Max Kazantsev
2017-05-24Revert "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start"Diana Picus
2017-05-24[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr startMax Kazantsev
2016-02-04[SCEV] Try to reuse existing value during SCEV expansionWei Mi
2016-02-03Revert r259662, which caused regressions on polly tests.Wei Mi
2016-02-03[SCEV] Try to reuse existing value during SCEV expansionWei Mi
2015-06-24[LSR] canonicalize Prod*(1<<C) to Prod<<CJingyue Wu
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-01-22Remove target triple from an LSR test.Andrew Trick
2013-01-15Pattern-matched variables in post-inc-icmpzero.llRenato Golin
2013-01-07Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth
2012-01-07comment typoAndrew Trick
2011-12-14LSR: Fold redundant bitcasts on-the-fly.Andrew Trick
2011-09-27Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer
2011-05-18When forming an ICmpZero LSRUse, normalize the non-IV operandDan Gohman