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, rs6000] Remove optimize_insn_for_speed_p check on divide -> recip splitter


On Tue, Sep 13, 2016 at 10:14:57AM -0500, Pat Haugen wrote:
> PRs 77536 and 68212 document cases where the estimated frequencies become unreliable to make appropriate decisions based on them. This patch removes the optimize_insn_for_speed_p check on the splitter so that the transformation will take place when -ffast-math is specified.
> 
> Bootstrap/regtest on powerpc64le, ok for trunk?

Okay for trunk.  Please mention the PRs in the changelog, i.e.:

> 2016-09-13  Pat Haugen  <pthaugen@us.ibm.com>
> 
	PR tree-optimization/77536
	PR rtl-optimization/68212
>         * config/rs6000/rs6000.md (div->recip splitter): Remove 

And you have trailing whitespace here ;-)

Thanks,


Segher


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