Fix r310304: Fix the lit testcases.

In opt, Polly passes are only available after -load.

llvm-svn: 310581
This commit is contained in:
Philip Pfaffe 2017-08-10 10:54:26 +00:00
parent 994f231792
commit 0360e5a3c2
3 changed files with 5 additions and 5 deletions

View File

@ -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
;

View File

@ -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
;

View File

@ -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
;