This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: A prototype loop reverser for the scalarizer


On 10/8/06, Daniel Berlin <dberlin@dberlin.org> wrote:
Really, you shouldn't be reimplementing these loop transforms at
another level, you should improve the existing infrastructure so it
has the heuristics to do what you want.

This is total bollocks unless you can optimize away the additional temporary and the copy-in&copy-out operations. I don't see _that_ happening any time soon.

Plus, there is much more detailed information readily available in the
front end than what the middle-end will be able to derive.

So it's only right to add these transformations in the Fortran front end.

Gr.
Steven


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