public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Scalar Replacement
@ 2004-09-22 15:51 Canqun Yang
  2004-09-22 16:15 ` Steven Bosscher
  2004-09-22 16:17 ` Fortran array format [Was: Scalar Replacement] Paul Brook
  0 siblings, 2 replies; 3+ messages in thread
From: Canqun Yang @ 2004-09-22 15:51 UTC (permalink / raw)
  To: fortran, gcc

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-22 15:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-22 15:51 Scalar Replacement Canqun Yang
2004-09-22 16:15 ` Steven Bosscher
2004-09-22 16:17 ` Fortran array format [Was: Scalar Replacement] Paul Brook

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).