[polly] r309938 - [test] Fix test case without Polly-ACC.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 06:44:31 PDT 2017


Author: meinersbur
Date: Thu Aug  3 06:44:31 2017
New Revision: 309938

URL: http://llvm.org/viewvc/llvm-project?rev=309938&view=rev
Log:
[test] Fix test case without Polly-ACC.

Modified:
    polly/trunk/test/GPGPU/bounds-construction-with-ignore-param-bounds.ll

Modified: polly/trunk/test/GPGPU/bounds-construction-with-ignore-param-bounds.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/GPGPU/bounds-construction-with-ignore-param-bounds.ll?rev=309938&r1=309937&r2=309938&view=diff
==============================================================================
--- polly/trunk/test/GPGPU/bounds-construction-with-ignore-param-bounds.ll (original)
+++ polly/trunk/test/GPGPU/bounds-construction-with-ignore-param-bounds.ll Thu Aug  3 06:44:31 2017
@@ -1,6 +1,8 @@
 ; RUN: opt %loadPolly -S -polly-codegen-ppcg \
 ; RUN: -polly-ignore-parameter-bounds \
 ; RUN: -polly-invariant-load-hoisting < %s| FileCheck %s -check-prefix=HOST-IR
+;
+; REQUIRES: pollyacc
 
 ; When we have `-polly-ignore-parameter-bounds`, `Scop::Context` does not contain
 ; all the parameters present in the program.




More information about the llvm-commits mailing list