[polly] r221026 - Remove the MaxLoopDepth attribute from the TempScop class

Johannes Doerfert doerfert at cs.uni-saarland.de
Fri Oct 31 18:39:46 PDT 2014


I commit patches as reviews arrive and unfortunately that is not always
the same order as I implement the stuff.

Fixed in r221038.

(The patch missing was http://reviews.llvm.org/D6068)

On 11/01, Tobias Grosser wrote:
> On 01.11.2014 01:12, Johannes Doerfert wrote:
> >Author: jdoerfert
> >Date: Fri Oct 31 19:12:13 2014
> >New Revision: 221026
> >
> >URL: http://llvm.org/viewvc/llvm-project?rev=221026&view=rev
> >Log:
> >Remove the MaxLoopDepth attribute from the TempScop class
> >
> >   Now MaxLoopDepth only lives in Scops not in TempScops anymore.
> >   This is the first part of a series of changes to make TempScops
> >   obsolete.
> 
> This breaks compilation with:
> 
> tools/polly/lib/Analysis/ScopInfo.cpp:1822:17: error: no member named
> 'getMaxLoopDepth' in 'polly::TempScop'
>   if (tempScop->getMaxLoopDepth() > 0)
> 
> I tried to fix it by replacing by tempScop-> with scop->, but then all
> test cases fail.
> 
> Cheers,
> Tobias
> 

-- 

Johannes Doerfert
Researcher / PhD Student

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

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/20141101/70b8d782/attachment.sig>


More information about the llvm-commits mailing list