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] Tweaking loop-invariant.c


On Thursday 10 November 2005 23:18, Evan Cheng wrote:
> 2005-11-10  Evan Cheng  <evan.cheng@apple.com>
>
>      * loop-invariant.c (find_invariant_insn): Find more loop
>      invariant insns.
>
>
> Ok?

This patch looks reasonable to me, in fact I have the same patch in
my local tree.  (Note, I can't approve it).

However, be careful with -fmove-loop-invariants.  This pass is really
broken in various ways.  I've tried to fix all issues I encountered
in the past two weeks, and I have posted the patches for that.  But
there is still at least one bug involving exceptions that we need to
understand better and find a suitable fix for, see PR24762.

Gr.
Steven


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