[polly] r310354 - [NFC] [PPCGCodeGen] Add missing REQUIRES: pollyacc line.

Siddharth Bhat via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 05:26:37 PDT 2017


Author: bollu
Date: Tue Aug  8 05:26:37 2017
New Revision: 310354

URL: http://llvm.org/viewvc/llvm-project?rev=310354&view=rev
Log:
[NFC] [PPCGCodeGen] Add missing REQUIRES: pollyacc line.

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

Modified: polly/trunk/test/GPGPU/failing-invariant-load-handling.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/GPGPU/failing-invariant-load-handling.ll?rev=310354&r1=310353&r2=310354&view=diff
==============================================================================
--- polly/trunk/test/GPGPU/failing-invariant-load-handling.ll (original)
+++ polly/trunk/test/GPGPU/failing-invariant-load-handling.ll Tue Aug  8 05:26:37 2017
@@ -1,6 +1,8 @@
 ; RUN: opt %loadPolly < %s -analyze -polly-scops -polly-process-unprofitable -polly-invariant-load-hoisting | FileCheck %s -check-prefix=SCOPS
 ; RUN: opt %loadPolly -S < %s -polly-codegen-ppcg -polly-process-unprofitable -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