[polly] r237203 - Changed renaming of local symbols by inserting a dot before the numeric suffix.

Johannes Doerfert doerfert at cs.uni-saarland.de
Wed May 13 00:50:05 PDT 2015


Thanks for this fix.

On 05/12, Sunil Srivastava wrote:
> Author: ssrivastava
> Date: Tue May 12 17:44:24 2015
> New Revision: 237203
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=237203&view=rev
> Log:
> Changed renaming of local symbols by inserting a dot before the numeric suffix.
> Modified two test cases to adjust to the above change in renaming.
> These two files were causing the buildbot failure in Polly, #30204 for example.
> Details in http://reviews.llvm.org/D9483
> This checkin goes with r237150 and r237151
> 
> Modified:
>     polly/trunk/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll
>     polly/trunk/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll
> 
> Modified: polly/trunk/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll
> URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll?rev=237203&r1=237202&r2=237203&view=diff
> ==============================================================================
> --- polly/trunk/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll (original)
> +++ polly/trunk/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll Tue May 12 17:44:24 2015
> @@ -18,7 +18,7 @@
>  ; AST-NEXT:     Stmt_while_body(c0);
>  
>  ; IR: @update_model.polly.subfn
> -; IR: @update_model.polly.subfn1
> +; IR: @update_model.polly.subfn.1
>  
>  target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
>  
> 
> Modified: polly/trunk/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll
> URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll?rev=237203&r1=237202&r2=237203&view=diff
> ==============================================================================
> --- polly/trunk/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll (original)
> +++ polly/trunk/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll Tue May 12 17:44:24 2015
> @@ -16,7 +16,7 @@
>  ; AST:     Stmt_for_body35(c0);
>  
>  ; IR: @foo.polly.subfn
> -; IR: @foo.polly.subfn1
> +; IR: @foo.polly.subfn.1
>  
>  target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
>  
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-- 

Johannes Doerfert
Researcher / PhD Student

Compiler Design Lab (Prof. Hack)
Saarland University, Computer Science
Building E1.3, Room 4.31

Tel. +49 (0)681 302-57521 : doerfert at cs.uni-saarland.de
Fax. +49 (0)681 302-3065  : http://www.cdl.uni-saarland.de/people/doerfert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150513/ac559271/attachment.sig>


More information about the llvm-commits mailing list