This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [gomp] OpenMP IL design notes
On Wed, May 04, 2005 at 12:15:18PM +0000, Biagio Lucini wrote:
> Also, talking about IR, since OpenMP is mostly unique, probably
> we just need to link the gfortran parser to the work in the
> middle-end that is currently being done, with perhaps a few
> (hopefully no) exception.
>
Yes, the FEs emit GENERIC. Lowering and code generation is all
common code. Some constructs like workshare will only be
generated by Fortran, but that will also be handled by common
code.
Diego.