[polly] r306273 - [tests] Add forgotten pollyacc REQUIRES line
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 25 23:07:40 PDT 2017
Author: grosser
Date: Sun Jun 25 23:07:40 2017
New Revision: 306273
URL: http://llvm.org/viewvc/llvm-project?rev=306273&view=rev
Log:
[tests] Add forgotten pollyacc REQUIRES line
Modified:
polly/trunk/test/GPGPU/invariant-load-hoisting.ll
Modified: polly/trunk/test/GPGPU/invariant-load-hoisting.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/GPGPU/invariant-load-hoisting.ll?rev=306273&r1=306272&r2=306273&view=diff
==============================================================================
--- polly/trunk/test/GPGPU/invariant-load-hoisting.ll (original)
+++ polly/trunk/test/GPGPU/invariant-load-hoisting.ll Sun Jun 25 23:07:40 2017
@@ -7,6 +7,8 @@
; RUN: opt %loadPolly -polly-scops -analyze -polly-invariant-load-hoisting \
; RUN: -polly-codegen-ppcg -polly-acc-dump-kernel-ir < %s | FileCheck %s -check-prefix=KERNEL-IR
;
+; REQUIRES: pollyacc
+;
; SCOP: Function: f
; SCOP-NEXT: Region: %entry.split---%for.end26
; SCOP-NEXT: Max Loop Depth: 3
More information about the llvm-commits
mailing list