summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-08-09 09:11:39 +0000
committerTobias Grosser <tobias@grosser.es>2016-08-09 09:11:39 +0000
commit77f76788dc0400e4f63ebbe6f5c07ad3c153e823 (patch)
tree9efb9c60075da02068aac1177c7a19710fb0b816
parentc59b3ce044fc7d0b7d91497b60db26bc6877602c (diff)
downloadbcm5719-llvm-77f76788dc0400e4f63ebbe6f5c07ad3c153e823.tar.gz
bcm5719-llvm-77f76788dc0400e4f63ebbe6f5c07ad3c153e823.zip
[tests] Add two missing 'REQUIRES' lines
llvm-svn: 278104
-rw-r--r--polly/test/GPGPU/remove-dead-instructions-in-stmt-2.ll2
-rw-r--r--polly/test/GPGPU/remove-dead-instructions-in-stmt.ll2
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
OpenPOWER on IntegriCloud