This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Tree-SSA: Grammer
- From: Sumit Jain <sumit at cs dot sunysb dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 27 May 2004 06:01:49 -0400 (EDT)
- Subject: Tree-SSA: Grammer
- References: <20031204000558.GD23084@atrey.karlin.mff.cuni.cz><Pine.GHP.4.58.0401271638150.25927@dante.ece.ucdavis.edu><20040128122317.GI8094@kam.mff.cuni.cz> <Pine.GHP.4.58.0401282211460.5040@dante.ece.ucdavis.edu><20040129101203.GB30883@atrey.karlin.mff.cuni.cz><Pine.GHP.4.58.0402010953470.22447@dante.ece.ucdavis.edu><20040201215520.GI30324@kam.mff.cuni.cz> <Pine.LNX.4.58.0402101010420.9430@hawking.ece.ucdavis.edu><40293A4D.5060502@redhat.com> <40293C78.4000303@redhat.com><20040210202725.GJ1382@atrey.karlin.mff.cuni.cz><Pine.LNX.4.58.0405262317550.18912@ewok.ece.ucdavis.edu>
Hi,
I am planning to use tree-ssa branch of gcc for my project which involves
some program analysis. I have tried to read all the documents related to
tree-ssa. But I am not sure that the GENERIC grammer given in the
gccsummit-2003-proceedings.pdf is complete or not. I have this doubt
because when I see the implementation of few functions related to ssa, I
see some NIY statements.
Is anyone using the ssa branch for the some purpose ? If you know about
this grammer, could you please clarify my doubt.
-S