[graphite] Backend fixes

Jack Howarth howarth@bromo.msbb.uc.edu
Mon Aug 25 16:27:00 GMT 2008


On Mon, Aug 25, 2008 at 11:50:06AM -0300, Tobias Grosser wrote:
> Hi Jack,
> 
> Our backend supported a limited extend of the graphite representation
> and was designed to be extended. The main missing part (that Jan
> committed on Saturday) was support for conditional statements, as they
> where not necessary for simple loops we wanted to loop block.
> 
> The problem with cloog-ppl was, that this port always generated useless
> conditions in every loop nest. So we where not able to generate any
> code.
> 
> This situation has improved much, as I sent Sebastian a mail that fixes
> cloog (I hope he commits this soon) and Jan has added condition support
> on Saturday.
> 
> So the main problem seems to be fixed.
> 

Tobias,
     Thanks for the clarifications. One other issue with regard to
the Graphite wiki. When I follow the instructions for getting the
cloog-ppl git...

cd cloog
git-init
git-pull git://repo.or.cz/cloog-ppl.git

I find that when I later try to update with 'git pull', I
get the errors...

fatal: 'origin': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly

You might want to update the Graphite wiki to cover that
as well. Currently, I have to delete the cloog directory
and repeat the previous steps to get the current cloog-ppl
git.
                       Jack



More information about the Gcc-patches mailing list