diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-08-15 13:58:16 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-08-15 13:58:16 +0000 |
commit | ad61c170d5ac9f5a6fa22ad7ddac7e58daa6b46e (patch) | |
tree | f62e34e7c8baabf3c85b48fe7fc716bbcf0edb6d /polly/test/Isl/CodeGen/stack-overflow-in-load-hoisting.ll | |
parent | 75b9c7df4dc6171967d8703a783a7f43aac2fa82 (diff) | |
download | bcm5719-llvm-ad61c170d5ac9f5a6fa22ad7ddac7e58daa6b46e.tar.gz bcm5719-llvm-ad61c170d5ac9f5a6fa22ad7ddac7e58daa6b46e.zip |
[tests] Force invariant load hoisting for test cases that need it II
llvm-svn: 278669
Diffstat (limited to 'polly/test/Isl/CodeGen/stack-overflow-in-load-hoisting.ll')
-rw-r--r-- | polly/test/Isl/CodeGen/stack-overflow-in-load-hoisting.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/stack-overflow-in-load-hoisting.ll b/polly/test/Isl/CodeGen/stack-overflow-in-load-hoisting.ll index e43baca5462..709e510b806 100644 --- a/polly/test/Isl/CodeGen/stack-overflow-in-load-hoisting.ll +++ b/polly/test/Isl/CodeGen/stack-overflow-in-load-hoisting.ll @@ -1,4 +1,5 @@ -; RUN: opt %loadPolly -verify-dom-info -polly-codegen -S < %s | FileCheck %s +; RUN: opt %loadPolly -verify-dom-info -polly-codegen -S < %s \ +; RUN: -polly-invariant-load-hoisting=true | FileCheck %s ; ; This caused an infinite recursion during invariant load hoisting at some ; point. Check it does not and we add a "false" runtime check. |