summaryrefslogtreecommitdiffstats
path: root/polly/test/MaximalStaticExpansion
diff options
context:
space:
mode:
authorPhilip Pfaffe <philip.pfaffe@gmail.com>2017-08-10 10:54:26 +0000
committerPhilip Pfaffe <philip.pfaffe@gmail.com>2017-08-10 10:54:26 +0000
commit0360e5a3c28ca7654c40b5d527a3e8bc06ca7c86 (patch)
tree2e86e5068dbfdbb16637461610286edfd2f9a9d6 /polly/test/MaximalStaticExpansion
parent994f2317929058a54b2084e887affe38fbff051e (diff)
downloadbcm5719-llvm-0360e5a3c28ca7654c40b5d527a3e8bc06ca7c86.tar.gz
bcm5719-llvm-0360e5a3c28ca7654c40b5d527a3e8bc06ca7c86.zip
Fix r310304: Fix the lit testcases.
In opt, Polly passes are only available after -load. llvm-svn: 310581
Diffstat (limited to 'polly/test/MaximalStaticExpansion')
-rw-r--r--polly/test/MaximalStaticExpansion/read_from_original.ll4
-rw-r--r--polly/test/MaximalStaticExpansion/too_many_writes.ll4
-rw-r--r--polly/test/MaximalStaticExpansion/working_expansion.ll2
3 files changed, 5 insertions, 5 deletions
diff --git a/polly/test/MaximalStaticExpansion/read_from_original.ll b/polly/test/MaximalStaticExpansion/read_from_original.ll
index d106e9bf6eb..c554283fe57 100644
--- a/polly/test/MaximalStaticExpansion/read_from_original.ll
+++ b/polly/test/MaximalStaticExpansion/read_from_original.ll
@@ -1,5 +1,5 @@
-; RUN: opt -polly-canonicalize %loadPolly -polly-mse -analyze < %s | FileCheck %s
-; RUN: opt -polly-canonicalize %loadPolly -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1| FileCheck %s --check-prefix=MSE
+; RUN: opt %loadPolly -polly-canonicalize -polly-mse -analyze < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-canonicalize -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1| FileCheck %s --check-prefix=MSE
;
; Verify that Polly detects problems and does not expand the array
;
diff --git a/polly/test/MaximalStaticExpansion/too_many_writes.ll b/polly/test/MaximalStaticExpansion/too_many_writes.ll
index 435cba03b8a..957c5b91814 100644
--- a/polly/test/MaximalStaticExpansion/too_many_writes.ll
+++ b/polly/test/MaximalStaticExpansion/too_many_writes.ll
@@ -1,5 +1,5 @@
-; RUN: opt -polly-canonicalize %loadPolly -polly-mse -analyze < %s | FileCheck %s
-; RUN: opt -polly-canonicalize %loadPolly -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1 | FileCheck %s --check-prefix=MSE
+; RUN: opt %loadPolly -polly-canonicalize -polly-mse -analyze < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-canonicalize -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1 | FileCheck %s --check-prefix=MSE
;
; Verify that Polly detects problems and does not expand the array
;
diff --git a/polly/test/MaximalStaticExpansion/working_expansion.ll b/polly/test/MaximalStaticExpansion/working_expansion.ll
index 8e948431c69..1366ac2f169 100644
--- a/polly/test/MaximalStaticExpansion/working_expansion.ll
+++ b/polly/test/MaximalStaticExpansion/working_expansion.ll
@@ -1,4 +1,4 @@
-; RUN: opt -polly-canonicalize %loadPolly -polly-mse -analyze < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-canonicalize -polly-mse -analyze < %s | FileCheck %s
;
; Verify that the accesses are correctly expanded
;
OpenPOWER on IntegriCloud