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: Fix PR rtl-optimization/27761 (miscompilation)


Michael Matz <matz@suse.de> writes:

> 	* combine.c (try_combine): Protect i1src and i2src from becoming
> 	shared through subst().

This patch is going to generate a lot of garbage.

Suppose we instead eliminate the UNIQUE_COPY parameter to subst, and
always copy TO if we are going to substitute it?  That would at least
cut down on the garbage a bit.

Anybody else have any thoughts on this?

Ian


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