forked from OSchip/llvm-project
Fix r310304: Fix the lit testcases.
In opt, Polly passes are only available after -load. llvm-svn: 310581
This commit is contained in:
parent
994f231792
commit
0360e5a3c2
|
@ -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
|
||||
;
|
||||
|
|
|
@ -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
|
||||
;
|
||||
|
|
|
@ -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
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue