summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopDeletion/multiple-exit-conditions.ll
diff options
context:
space:
mode:
authorJun Bum Lim <junbuml@codeaurora.org>2016-07-14 18:28:29 +0000
committerJun Bum Lim <junbuml@codeaurora.org>2016-07-14 18:28:29 +0000
commitc837af306e47f5544cbde2bdd58a0d158e4d6b01 (patch)
tree66d81d9a4c80ddbbffb323564eb831124f684c85 /llvm/test/Transforms/LoopDeletion/multiple-exit-conditions.ll
parent288b3376aea428ba90aaf789725b85f65ba0b3e9 (diff)
downloadbcm5719-llvm-c837af306e47f5544cbde2bdd58a0d158e4d6b01.tar.gz
bcm5719-llvm-c837af306e47f5544cbde2bdd58a0d158e4d6b01.zip
[PM] Port Dead Loop Deletion Pass to the new PM
Summary: Port Dead Loop Deletion Pass to the new pass manager. Reviewers: silvas, davide Subscribers: llvm-commits, sanjoy, mcrosier Differential Revision: https://reviews.llvm.org/D21483 llvm-svn: 275453
Diffstat (limited to 'llvm/test/Transforms/LoopDeletion/multiple-exit-conditions.ll')
-rw-r--r--llvm/test/Transforms/LoopDeletion/multiple-exit-conditions.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopDeletion/multiple-exit-conditions.ll b/llvm/test/Transforms/LoopDeletion/multiple-exit-conditions.ll
index 87f8f461050..d7d6badb165 100644
--- a/llvm/test/Transforms/LoopDeletion/multiple-exit-conditions.ll
+++ b/llvm/test/Transforms/LoopDeletion/multiple-exit-conditions.ll
@@ -1,4 +1,5 @@
; RUN: opt < %s -loop-deletion -S | FileCheck %s
+; RUN: opt < %s -passes='require<scalar-evolution>,loop(loop-deletion)' -S | FileCheck %s
; ScalarEvolution can prove the loop iteration is finite, even though
; it can't represent the exact trip count as an expression. That's
OpenPOWER on IntegriCloud