summaryrefslogtreecommitdiffstats
path: root/polly/test/MaximalStaticExpansion/load_after_store_same_statement.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/MaximalStaticExpansion/load_after_store_same_statement.ll')
-rw-r--r--polly/test/MaximalStaticExpansion/load_after_store_same_statement.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/MaximalStaticExpansion/load_after_store_same_statement.ll b/polly/test/MaximalStaticExpansion/load_after_store_same_statement.ll
index cad24758731..5141c4a8149 100644
--- a/polly/test/MaximalStaticExpansion/load_after_store_same_statement.ll
+++ b/polly/test/MaximalStaticExpansion/load_after_store_same_statement.ll
@@ -1,5 +1,5 @@
-; RUN: opt %loadPolly -polly-mse -analyze < %s | FileCheck %s
-; RUN: opt %loadPolly -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1| FileCheck %s --check-prefix=MSE
+; RUN: opt %loadPolly -polly-stmt-granularity=bb -polly-mse -analyze < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-stmt-granularity=bb -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1| FileCheck %s --check-prefix=MSE
;
; Verify that the expansion of an array with load after store in a same statement is not done.
;
OpenPOWER on IntegriCloud