Steve Kargl - Re: [FORTRAN PATCH]: Further compute_overall_iter_number improvements (original) (raw)

This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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]

On Tue, Jan 30, 2007 at 10:42:16PM -0700, Roger Sayle wrote:

2007-01-30 Roger Sayle roger@eyesopen.com

    * trans-stmt.c (compute_overall_iter_number): Document function
    arguments.  Generalize "unconditional forall nest with constant
    bounds" optimization to eliminate unconditional inner loops with
    constant bounds.

OK with a minor correction below.

! /* We can eliminate the innermost unconditional loops with constant ! arary bounds. */

s/arary/array

-- Steve


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