forked from OSchip/llvm-project
[test] Force invariant load hoisting one last time
Without invariant load hoisting an (unrelated) bug is exposed in this test case: http://llvm.org/PR28984 llvm-svn: 278680
This commit is contained in:
parent
3661e90e71
commit
13e55a32fd
|
@ -1,4 +1,5 @@
|
|||
; RUN: opt %loadPolly -S -polly-codegen < %s | FileCheck %s
|
||||
; RUN: opt %loadPolly -S -polly-codegen \
|
||||
; RUN: -polly-invariant-load-hoisting < %s | FileCheck %s
|
||||
;
|
||||
; Check that we generate valid code even if the load of cont_STACKPOINTER is
|
||||
; hoisted in one SCoP and used (through the phi node %tmp2).
|
||||
|
|
Loading…
Reference in New Issue