diff options
-rw-r--r-- | polly/test/GPGPU/remove-dead-instructions-in-stmt-2.ll | 2 | ||||
-rw-r--r-- | polly/test/GPGPU/remove-dead-instructions-in-stmt.ll | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/polly/test/GPGPU/remove-dead-instructions-in-stmt-2.ll b/polly/test/GPGPU/remove-dead-instructions-in-stmt-2.ll index 05eb42f7825..b0ad33ebc2a 100644 --- a/polly/test/GPGPU/remove-dead-instructions-in-stmt-2.ll +++ b/polly/test/GPGPU/remove-dead-instructions-in-stmt-2.ll @@ -2,6 +2,8 @@ ; RUN: -disable-output < %s | \ ; RUN: FileCheck %s -check-prefix=KERNEL-IR +; REQUIRES: pollyacc + target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" diff --git a/polly/test/GPGPU/remove-dead-instructions-in-stmt.ll b/polly/test/GPGPU/remove-dead-instructions-in-stmt.ll index af5b692cde0..3b57b55b66d 100644 --- a/polly/test/GPGPU/remove-dead-instructions-in-stmt.ll +++ b/polly/test/GPGPU/remove-dead-instructions-in-stmt.ll @@ -2,6 +2,8 @@ ; RUN: -disable-output < %s | \ ; RUN: FileCheck %s -check-prefix=KERNEL-IR +; REQUIRES: pollyacc + ; Ensure that no dead instructions are emitted between the store and the ; branch instruction of the ScopStmt. At some point, our dead-code-elimination ; did not remove code that was inserted to compute the old (unused) branch |