This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Extension of SIMPLE for Fortran 95


On Mon, 2002-06-10 at 12:52, Daniel Berlin wrote:

> Then again, they also transform all for loops to whiles, and then the 
> whiles to if/gotos.
> 
This also comes up every now and again.  Coalescing loop constructs into
a single loop representation.  In principle, I would like to maintain at
least FOR_STMT to facilitate high-level loop transformations (known
bounds, controlling loop variable easy to spot).  In fact, I'd like to
have a pass to canonicalize DO_STMT and WHILE_STMT into FOR_STMTs
whenever possible.

I intend to delay these decisions until we start building loop
transformations.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]