summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/DeadStoreElimination/operand-bundles.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+55
| | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-55/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* [DeadStoreElimination] Check function modref behavior before considering ↵Igor Laevsky2017-03-011-0/+12
| | | | | | | | memory clobbered Differential Revision: https://reviews.llvm.org/D29996 llvm-svn: 296625
* Move previously added test case to the right locationSanjoy Das2016-06-131-0/+12
| | | | | | | In rL272580 I accidentally added a test case to test/CodeGen when test/Transforms/DeadStoreElimination/ is a better place for it. llvm-svn: 272581
* [BasicAliasAnalysis] Take into account operand bundles in the getModRefInfo ↵Igor Laevsky2016-01-161-0/+31
function Differential Revision: http://reviews.llvm.org/D16225 llvm-svn: 257991
OpenPOWER on IntegriCloud