summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/DeadStoreElimination/ifthen.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert r255247, r255265, and r255286 due to serious compile-time regressions.Chad Rosier2015-12-111-22/+0
| | | | | | | | Revert "[DSE] Disable non-local DSE to see if the bots go green." Revert "[DeadStoreElimination] Use range-based loops. NFC." Revert "[DeadStoreElimination] Add support for non-local DSE." llvm-svn: 255354
* [DSE] Disable non-local DSE to see if the bots go green.Chad Rosier2015-12-101-1/+1
| | | | | | I see a few bots timing out, so I'm speculatively disabling r255247. llvm-svn: 255286
* [DeadStoreElimination] Add support for non-local DSE.Chad Rosier2015-12-101-0/+22
We extend the search for redundant stores to predecessor blocks that unconditionally lead to the block BB with the current store instruction. That also includes single-block loops that unconditionally lead to BB, and if-then-else blocks where then- and else-blocks unconditionally lead to BB. http://reviews.llvm.org/D13363 Patch by Ivan Baev <ibaev@codeaurora.org>! llvm-svn: 255247
OpenPOWER on IntegriCloud