[polly] r314625 - Add missing REQUIRES line

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 1 06:14:41 PDT 2017


Author: grosser
Date: Sun Oct  1 06:14:40 2017
New Revision: 314625

URL: http://llvm.org/viewvc/llvm-project?rev=314625&view=rev
Log:
Add missing REQUIRES line

Modified:
    polly/trunk/test/GPGPU/failing-invariant-load-hoisting.ll

Modified: polly/trunk/test/GPGPU/failing-invariant-load-hoisting.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/GPGPU/failing-invariant-load-hoisting.ll?rev=314625&r1=314624&r2=314625&view=diff
==============================================================================
--- polly/trunk/test/GPGPU/failing-invariant-load-hoisting.ll (original)
+++ polly/trunk/test/GPGPU/failing-invariant-load-hoisting.ll Sun Oct  1 06:14:40 2017
@@ -1,6 +1,8 @@
 ; RUN: opt %loadPolly -S < %s -polly-codegen-ppcg \
 ; RUN: -polly-invariant-load-hoisting | FileCheck %s -check-prefix=CODEGEN
 
+; REQUIRES: pollyacc
+
 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n8:16:32-S64"
 
 %S = type { i32, i32, [12 x %L] }




More information about the llvm-commits mailing list