public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Canqun Yang <canqun@nudt.edu.cn>
To: fortran@gcc.gnu.org, gcc@gcc.gnu.org
Subject: Scalar Replacement
Date: Wed, 22 Sep 2004 15:51:00 -0000	[thread overview]
Message-ID: <20040922150322.A41FB5C76D@ds20.nudt.edu.cn> (raw)

Hi, all

I'm going to implement scalar replacement optimization 
on trees of GCC backend. Does anyone plan to do the 
same work? If so, please let me know.

By now, the problem I encountered is the 
representation for array references of Fortran 95. As 
Gnu Fortran 95 frontend converts multi-dimensions 
arrays to one-dimension array references, it is hard 
to recover the number of dimensions and the index of 
each dimension for array references. This makes the 
dependence relation analysis failed to perform on tree 
loops.

Is there any way to recover those information without 
modifying the Fortran 95 frontend?

Or, if not. How to modify the frontend to satisify 
this? 

I'm looking forward for suggestions. 



Canqun Yang
Creative Compiler Research Group.
National University of Defense Technology, P. R. China.

             reply	other threads:[~2004-09-22 14:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-22 15:51 Canqun Yang [this message]
2004-09-22 16:15 ` Steven Bosscher
2004-09-22 16:17 ` Fortran array format [Was: Scalar Replacement] Paul Brook

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040922150322.A41FB5C76D@ds20.nudt.edu.cn \
    --to=canqun@nudt.edu.cn \
    --cc=fortran@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).