summaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarSimplify/sharpen-range.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/IndVarSimplify/sharpen-range.ll')
-rw-r--r--test/Transforms/IndVarSimplify/sharpen-range.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/IndVarSimplify/sharpen-range.ll b/test/Transforms/IndVarSimplify/sharpen-range.ll
index c103da9cec707..e9fac3900a556 100644
--- a/test/Transforms/IndVarSimplify/sharpen-range.ll
+++ b/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.