On Sun, May 05, 2019 at 01:31:12AM -0500, Li Jia He wrote:
> GCC revision 267634 implemented two_value_replacement function.
> However, a typo occurred during the parameter check, which caused
> us to miss some optimizations.
Thanks for catching this.
> The regression testing for the patch was do
Hello world,
I have just committed the attached patch as obvious after
regresson-testing - it fixed a rare beast, a gcc 7.4-only regression.
I have also committed the test case to trunk, to make sure that
this does not re-break. No real need to commit to the other
branches, I think.
Regards
On Sun, May 05, 2019 at 12:04:00PM +0800, Bin.Cheng wrote:
> On Sun, May 5, 2019 at 11:23 AM Kewen.Lin wrote:
> > I can't really follow this. If it's predicted to be transformed to doloop,
> > I think it should not be undoed any more, since it's useless to consider
> > this cmp iv use. Whatever I
Hello, gentle maintainer.
This is a message from the Translation Project robot.
A revised PO file for textual domain 'gcc' has been submitted
by the Swedish team of translators. The file is available at:
https://translationproject.org/latest/gcc/sv.po
(This file, 'gcc-9.1-b20190414.sv.po',
> I have now applied this variant.
You backported it onto the 8 branch on Friday:
2019-05-03 Richard Biener
Backport from mainline
[...]
2019-03-07 Richard Biener
PR tree-optimization/89595
* tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Take
On Sun, May 5, 2019 at 2:02 PM Kewen.Lin wrote:
>
> on 2019/5/5 下午12:04, Bin.Cheng wrote:
> > On Sun, May 5, 2019 at 11:23 AM Kewen.Lin wrote:
> + /* Some compare iv_use is probably useless once the doloop
> optimization
> + performs. */
> + if (tailor_cmp_p)
> +
Hi Richard,
Since gcc 9 has been released, will you get some time to take a look at this
patch? Thanks.
Feng
From: Richard Biener
Sent: Tuesday, March 12, 2019 4:31:49 PM
To: Feng Xue OS
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH] Loop split upon semi
On Fri, May 03, 2019 at 12:51:09PM +0200, Martin Liška wrote:
> 2019-05-02 Martin Liska
>
> PR sanitizer/90312
> * config/i386/i386.c (ix86_option_override_internal): Error only
> when -mabi is selected to a non-default version.
>
> gcc/testsuite/ChangeLog:
>
> 2019-05-02 M