[polly] r234712 - [FIX] Change old diagnostic output

Johannes Doerfert doerfert at cs.uni-saarland.de
Sun Apr 12 15:53:34 PDT 2015


Author: jdoerfert
Date: Sun Apr 12 17:53:33 2015
New Revision: 234712

URL: http://llvm.org/viewvc/llvm-project?rev=234712&view=rev
Log:
[FIX] Change old diagnostic output

Modified:
    polly/trunk/test/ScopDetectionDiagnostics/ReportLoopBound-01.ll

Modified: polly/trunk/test/ScopDetectionDiagnostics/ReportLoopBound-01.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopDetectionDiagnostics/ReportLoopBound-01.ll?rev=234712&r1=234711&r2=234712&view=diff
==============================================================================
--- polly/trunk/test/ScopDetectionDiagnostics/ReportLoopBound-01.ll (original)
+++ polly/trunk/test/ScopDetectionDiagnostics/ReportLoopBound-01.ll Sun Apr 12 17:53:33 2015
@@ -22,7 +22,7 @@
 ; If we allow non-affine loops and non-affine accesses the region will be reported as not profitable:
 ;
 ; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:2:8: The following errors keep this region from being a Scop.
-; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:3:5: The regions does not seem to be amendable to profitable polyhedral optimization
+; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:3:5: No profitable polyhedral optimization found
 ; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:3:5: Invalid Scop candidate ends here.
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"





More information about the llvm-commits mailing list