[polly] r201902 - Use -polly-codegen-isl in isl-codegen test
Tobias Grosser
tobias at grosser.es
Fri Feb 21 15:08:54 PST 2014
Author: grosser
Date: Fri Feb 21 17:08:54 2014
New Revision: 201902
URL: http://llvm.org/viewvc/llvm-project?rev=201902&view=rev
Log:
Use -polly-codegen-isl in isl-codegen test
Reported-by: Sebastian Pop <spop at codeaurora.org>
Modified:
polly/trunk/test/Isl/CodeGen/debug-intrinsics.ll
Modified: polly/trunk/test/Isl/CodeGen/debug-intrinsics.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Isl/CodeGen/debug-intrinsics.ll?rev=201902&r1=201901&r2=201902&view=diff
==============================================================================
--- polly/trunk/test/Isl/CodeGen/debug-intrinsics.ll (original)
+++ polly/trunk/test/Isl/CodeGen/debug-intrinsics.ll Fri Feb 21 17:08:54 2014
@@ -1,4 +1,4 @@
-; RUN: opt %loadPolly -polly-codegen -S < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-codegen-isl -S < %s | FileCheck %s
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