[polly] r309686 - [NFC] Add 'REQUIRES: pollyacc' on 'test/GPGPU/invariant-load-hoisting-of-array.ll'

Siddharth Bhat via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 07:52:18 PDT 2017


Author: bollu
Date: Tue Aug  1 07:52:18 2017
New Revision: 309686

URL: http://llvm.org/viewvc/llvm-project?rev=309686&view=rev
Log:
[NFC] Add 'REQUIRES: pollyacc' on 'test/GPGPU/invariant-load-hoisting-of-array.ll'

- Should fix broken build due to `r309681`.

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

Modified: polly/trunk/test/GPGPU/invariant-load-hoisting-of-array.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/GPGPU/invariant-load-hoisting-of-array.ll?rev=309686&r1=309685&r2=309686&view=diff
==============================================================================
--- polly/trunk/test/GPGPU/invariant-load-hoisting-of-array.ll (original)
+++ polly/trunk/test/GPGPU/invariant-load-hoisting-of-array.ll Tue Aug  1 07:52:18 2017
@@ -4,6 +4,8 @@
 ; RUN: opt %loadPolly -S -polly-codegen-ppcg \
 ; RUN: -polly-invariant-load-hoisting < %s | FileCheck %s -check-prefix=HOST-IR
 
+; REQUIRES: pollyacc
+
 ; Entry: Contains (%loaded.ptr.preload.s2a = alloca double*) which is
 ;   |    invariant load hoisted `%loaded.ptr`
 ;   v




More information about the llvm-commits mailing list