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]

Re: -frerun-loop



It should be noted that rerunning the loop optimizer seems to
interact nicely with the simplify_giv_expr patch.

The simplify_giv_expr patch can potentially create many insns
one loop level out of a loop with complex GIVs.

Re-running loop allows many of those new insns to be hoisted
out of another loop nest.

I don't know how much gain this is in practice, but it may
be worth playing with.

jeff



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