From 77f76788dc0400e4f63ebbe6f5c07ad3c153e823 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Tue, 9 Aug 2016 09:11:39 +0000 Subject: [PATCH] [tests] Add two missing 'REQUIRES' lines llvm-svn: 278104 --- polly/test/GPGPU/remove-dead-instructions-in-stmt-2.ll | 2 ++ polly/test/GPGPU/remove-dead-instructions-in-stmt.ll | 2 ++ 2 files changed, 4 insertions(+) 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 05eb42f..b0ad33e 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 af5b692..3b57b55 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 -- 2.7.4