[polly] r310595 - Fix 310555: Require pollyacc instead of asserts

Philip Pfaffe via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 07:21:04 PDT 2017


Author: pfaffe
Date: Thu Aug 10 07:21:04 2017
New Revision: 310595

URL: http://llvm.org/viewvc/llvm-project?rev=310595&view=rev
Log:
Fix 310555: Require pollyacc instead of asserts

Modified:
    polly/trunk/test/GPGPU/partial_writes.ll

Modified: polly/trunk/test/GPGPU/partial_writes.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/GPGPU/partial_writes.ll?rev=310595&r1=310594&r2=310595&view=diff
==============================================================================
--- polly/trunk/test/GPGPU/partial_writes.ll (original)
+++ polly/trunk/test/GPGPU/partial_writes.ll Thu Aug 10 07:21:04 2017
@@ -1,7 +1,7 @@
 ; RUN: opt %loadPolly -polly-import-jscop -polly-codegen-ppcg -S < %s \
 ; RUN: | FileCheck %s
 
-; REQUIRES: asserts
+; REQUIRES: pollyacc
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"




More information about the llvm-commits mailing list