This is the mail archive of the gcc-patches@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: [PATCH] Fix PR36078, fallout from early loop unrolling


Hi,

> This patch adds a missing SSA update after early complete loop unrolling.
> Appearantly this is only needed if unrolling doesn't operate on
> loop-closed SSA form, but it might also paper over a problem with not
> doing so.

why does this help?  We already call update_ssa in
try_unroll_loop_completely.

Zdenek


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