This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] [PATCH]: Loop invariant code motion for trees
On Sat, 2003-10-18 at 22:05, Daniel Berlin wrote:
> The fact that we want to perform sinking also is not a good reason not
> to accept the code. It's not like it wasn't written in a way that
> sinking isn't allowed, it's just not performed.
>
IIRC, there were two things I had problems with: (1) the hack to work
around some cfgloop limitations, and (2) another hack that would
explicitly look for unrenamed variables inside a statement. At the
time, I thought that #2 should be unnecessary, but it's been a while.
Could you post the patch once again?
Thanks. Diego.