[polly] r245298 - test commit
Roman Gareev via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 07:54:28 PDT 2015
Author: romangareev
Date: Tue Aug 18 09:54:27 2015
New Revision: 245298
URL: http://llvm.org/viewvc/llvm-project?rev=245298&view=rev
Log:
test commit
test commit
Modified:
polly/trunk/test/ScheduleOptimizer/prevectorization-without-tiling.ll
Modified: polly/trunk/test/ScheduleOptimizer/prevectorization-without-tiling.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScheduleOptimizer/prevectorization-without-tiling.ll?rev=245298&r1=245297&r2=245298&view=diff
==============================================================================
--- polly/trunk/test/ScheduleOptimizer/prevectorization-without-tiling.ll (original)
+++ polly/trunk/test/ScheduleOptimizer/prevectorization-without-tiling.ll Tue Aug 18 09:54:27 2015
@@ -1,4 +1,5 @@
; RUN: opt -S %loadPolly -polly-detect-unprofitable -basicaa -polly-opt-isl -polly-no-tiling -polly-vectorizer=polly -polly-ast -analyze < %s | FileCheck %s
+; test
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
@C = common global [1536 x [1536 x float]] zeroinitializer, align 16
More information about the llvm-commits
mailing list