summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarSimplify/sharpen-range.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/sharpen-range.ll')
-rw-r--r--llvm/test/Transforms/IndVarSimplify/sharpen-range.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/sharpen-range.ll b/llvm/test/Transforms/IndVarSimplify/sharpen-range.ll
index c103da9cec7..e9fac3900a5 100644
--- a/llvm/test/Transforms/IndVarSimplify/sharpen-range.ll
+++ b/llvm/test/Transforms/IndVarSimplify/sharpen-range.ll
@@ -1,4 +1,5 @@
;; RUN: opt -S < %s -indvars | FileCheck %s
+; RUN: opt -lcssa -loop-simplify -S < %s | opt -S -passes='require<targetir>,require<scalar-evolution>,require<domtree>,loop(indvars)'
;; Check if llvm can narrow !range metadata based on loop entry
;; predicates.
OpenPOWER on IntegriCloud