[polly] r252302 - Add missing '%loadPolly' to test case
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 06:03:36 PST 2015
Author: grosser
Date: Fri Nov 6 08:03:35 2015
New Revision: 252302
URL: http://llvm.org/viewvc/llvm-project?rev=252302&view=rev
Log:
Add missing '%loadPolly' to test case
Modified:
polly/trunk/test/Isl/CodeGen/non-affine-synthesized-in-branch.ll
Modified: polly/trunk/test/Isl/CodeGen/non-affine-synthesized-in-branch.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Isl/CodeGen/non-affine-synthesized-in-branch.ll?rev=252302&r1=252301&r2=252302&view=diff
==============================================================================
--- polly/trunk/test/Isl/CodeGen/non-affine-synthesized-in-branch.ll (original)
+++ polly/trunk/test/Isl/CodeGen/non-affine-synthesized-in-branch.ll Fri Nov 6 08:03:35 2015
@@ -1,4 +1,4 @@
-; RUN: opt -polly-process-unprofitable -polly-codegen -S < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-process-unprofitable -polly-codegen -S < %s | FileCheck %s
;
; llvm.org/PR25412
; %synthgep caused %gep to be synthesized in subregion_if which was reused for
More information about the llvm-commits
mailing list