[polly] r199587 - Adjust test case to changed cloog output

Tobias Grosser tobias at grosser.es
Sun Jan 19 03:53:51 PST 2014


Author: grosser
Date: Sun Jan 19 05:53:51 2014
New Revision: 199587

URL: http://llvm.org/viewvc/llvm-project?rev=199587&view=rev
Log:
Adjust test case to changed cloog output

Modified:
    polly/trunk/test/Cloog/CodeGen/simple_vec_stride_one.ll

Modified: polly/trunk/test/Cloog/CodeGen/simple_vec_stride_one.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Cloog/CodeGen/simple_vec_stride_one.ll?rev=199587&r1=199586&r2=199587&view=diff
==============================================================================
--- polly/trunk/test/Cloog/CodeGen/simple_vec_stride_one.ll (original)
+++ polly/trunk/test/Cloog/CodeGen/simple_vec_stride_one.ll Sun Jan 19 05:53:51 2014
@@ -60,7 +60,7 @@ define i32 @main() nounwind {
 ; CHECK: store <4 x float> [[LOAD1]]
 
 ; IMPORT: for (c2=0;c2<=12;c2+=4) {
-; IMPORT:     Stmt_2(c2/4);
+; IMPORT:     Stmt_2({{[(]?}}c2/4{{[)]?}});
 ; IMPORT: }
 
 ; We do not generate optimal loads for this.





More information about the llvm-commits mailing list