[polly] r247551 - [test] Load Polly before using the polly flags

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 04:49:09 PDT 2015


Author: grosser
Date: Mon Sep 14 06:49:05 2015
New Revision: 247551

URL: http://llvm.org/viewvc/llvm-project?rev=247551&view=rev
Log:
[test] Load Polly before using the polly flags

Modified:
    polly/trunk/test/Isl/CodeGen/whole-scop-non-affine-subregion.ll

Modified: polly/trunk/test/Isl/CodeGen/whole-scop-non-affine-subregion.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Isl/CodeGen/whole-scop-non-affine-subregion.ll?rev=247551&r1=247550&r2=247551&view=diff
==============================================================================
--- polly/trunk/test/Isl/CodeGen/whole-scop-non-affine-subregion.ll (original)
+++ polly/trunk/test/Isl/CodeGen/whole-scop-non-affine-subregion.ll Mon Sep 14 06:49:05 2015
@@ -1,5 +1,8 @@
-; RUN: opt -polly-detect-unprofitable -polly-no-early-exit -polly-codegen %loadPolly < %s
-;
+; RUN: opt %loadPolly -polly-detect-unprofitable -polly-no-early-exit \
+; RUN: -polly-codegen -S < %s | FileCheck %s
+
+; CHECK: polly.start
+
 ;    void f(int *A) {
 ;      if (*A > 42)
 ;        *A = *A + 1;




More information about the llvm-commits mailing list