This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [graphite] Use of loops_mappings (SVN r138161)


> Hi Jan, hi Sebastian,
> 
> Can you explain why you decided to replace GBB_LOOPS with 
> loops_mapping?
> Where there any shortcomings in my implementation or did you need some
> different features?

I think we got confused about the existing implementation. The concern
was that a transform could affect multiple GBBs/loops, but everything is
done
to individual GBBs so that is not the case. 

> Is GBB_LOOPS completely replaced by loops_mapping? In this case I will
> remove the remaining parts of GBB_LOOPS.

We should remove the loops_mapping instead since the existing
implementation
is simpler. I tired to remove the loops_mapping and use the GBB_LOOPS
instead
and all the tests pass.

- Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]