This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] extra copy
On Thu, 2003-11-13 at 16:26, Daniel Berlin wrote:
> Diego, have you tried SRA since the statement chaining changes?
> That might have fixed the edge bsi related weirdities you were
> experiencing.
>
Yup. The patch you had sent me was the correct fix at the time, but
with the new statement chaining, it's not needed anymore. There was
another change I had to make in edge insertion, but that too is now
obsolete.
Diego.