aboutsummaryrefslogtreecommitdiff
path: root/polly/test/ScopInfo/licm_potential_store.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/licm_potential_store.ll')
-rw-r--r--polly/test/ScopInfo/licm_potential_store.ll10
1 files changed, 4 insertions, 6 deletions
diff --git a/polly/test/ScopInfo/licm_potential_store.ll b/polly/test/ScopInfo/licm_potential_store.ll
index 19aeeb6..8a36ee8 100644
--- a/polly/test/ScopInfo/licm_potential_store.ll
+++ b/polly/test/ScopInfo/licm_potential_store.ll
@@ -1,11 +1,9 @@
-; RUN: opt %loadPolly -basic-aa -sroa -instcombine -simplifycfg -tailcallopt \
-; RUN: -simplifycfg -reassociate -loop-rotate -instcombine -indvars \
-; RUN: -polly-prepare -polly-print-scops -disable-output < %s \
+; RUN: opt %loadNPMPolly -passes='sroa,instcombine,simplifycfg,reassociate,loop(loop-rotate),instcombine,indvars,polly-prepare,print<polly-function-scops>' \
+; RUN: -tailcallopt -disable-output < %s 2>&1 \
; RUN: | FileCheck %s --check-prefix=NOLICM
-; RUN: opt %loadPolly -basic-aa -sroa -instcombine -simplifycfg -tailcallopt \
-; RUN: -simplifycfg -reassociate -loop-rotate -instcombine -indvars -licm \
-; RUN: -polly-prepare -polly-print-scops -disable-output < %s \
+; RUN: opt %loadNPMPolly -passes='sroa,instcombine,simplifycfg,reassociate,loop(loop-rotate),instcombine,indvars,loop-mssa(licm),polly-prepare,print<polly-function-scops>' \
+; RUN: -tailcallopt -disable-output < %s 2>&1 \
; RUN: | FileCheck %s --check-prefix=LICM
; void foo(int n, float A[static const restrict n], float x) {