[polly] r278104 - [tests] Add two missing 'REQUIRES' lines

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 02:11:39 PDT 2016


Author: grosser
Date: Tue Aug  9 04:11:39 2016
New Revision: 278104

URL: http://llvm.org/viewvc/llvm-project?rev=278104&view=rev
Log:
[tests] Add two missing 'REQUIRES' lines

Modified:
    polly/trunk/test/GPGPU/remove-dead-instructions-in-stmt-2.ll
    polly/trunk/test/GPGPU/remove-dead-instructions-in-stmt.ll

Modified: polly/trunk/test/GPGPU/remove-dead-instructions-in-stmt-2.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/GPGPU/remove-dead-instructions-in-stmt-2.ll?rev=278104&r1=278103&r2=278104&view=diff
==============================================================================
--- polly/trunk/test/GPGPU/remove-dead-instructions-in-stmt-2.ll (original)
+++ polly/trunk/test/GPGPU/remove-dead-instructions-in-stmt-2.ll Tue Aug  9 04:11:39 2016
@@ -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"
 

Modified: polly/trunk/test/GPGPU/remove-dead-instructions-in-stmt.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/GPGPU/remove-dead-instructions-in-stmt.ll?rev=278104&r1=278103&r2=278104&view=diff
==============================================================================
--- polly/trunk/test/GPGPU/remove-dead-instructions-in-stmt.ll (original)
+++ polly/trunk/test/GPGPU/remove-dead-instructions-in-stmt.ll Tue Aug  9 04:11:39 2016
@@ -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




More information about the llvm-commits mailing list