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] combine: Fix various shortcomings in make_more_copies (PR87701, PR87780)


On Mon, Oct 29, 2018 at 12:31:28AM -0700, Andrew Pinski wrote:
> >         PR rtl-optimization/87701
> >         PR rtl-optimization/87780
> >         * combine.c (make_more_copies): Rewrite.
> 
> I think a better changelog would be :):
> * combine.c (make_more_copies): Rewrite to be simplier.

But it is not simpler at all now: *not* removing old notes while changing
RTL instructions is a very bad idea often; and modifying instructions
while not being very careful upsets DF.  It may *look* simple now ;-)


Segher


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