forked from OSchip/llvm-project
parent
fa4dbb6820
commit
291fd8074e
|
@ -1,6 +1,8 @@
|
|||
; RUN: opt %loadPolly -S -polly-codegen-ppcg \
|
||||
; RUN: -polly-ignore-parameter-bounds \
|
||||
; RUN: -polly-invariant-load-hoisting < %s| FileCheck %s -check-prefix=HOST-IR
|
||||
;
|
||||
; REQUIRES: pollyacc
|
||||
|
||||
; When we have `-polly-ignore-parameter-bounds`, `Scop::Context` does not contain
|
||||
; all the parameters present in the program.
|
||||
|
|
Loading…
Reference in New Issue