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] simplify-rtx: Remove non-simplifying simplification (PR77729)


On Thu, Oct 05, 2017 at 10:46:13AM +0200, Richard Biener wrote:
> >>       PR rtl-optimization/77729
> >>       * simplify-rtx.c (simplify_binary_operation_1): Delete the (X&C1)|C2
> >>       to (X&(C1&~C2))|C2 transformations.
> > OK for the trunk.  I'm not sure if the BZ in question qualifies this
> > patch for backporting though.  Release managers have the final say on
> > the backport question.
> 
> We usually avoid doing "optimization regression" backports unless very very
> important and obvious.

It's very obvious, and quite important, but not very very important so I
won't champion backports :-)


Segher


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