[PATCH] lto: Stream edge goto_locus [PR94235]

2020-09-05 Thread Jakub Jelinek via Gcc-patches
Hi! The following patch adds streaming of edge goto_locus (both LOCATION_LOCUS and LOCATION_BLOCK from it), the PR shows a testcase (inappropriate for gcc testsuite) where the lack of streaming of goto_locus results in worse debug info. Earlier version of the patch (without the output_function cha

Re: [PATCH 0/3] Power10 PCREL_OPT support (September 5th 2020)

2020-09-05 Thread Michael Meissner via Gcc-patches
I forgot to add Bill Schmidt's name to the ChangeLog entry. He helped with the initial conversion to use the DF framework. I will add his name in my copy of the patch. -- Michael Meissner, IBM IBM, M/S 2506R, 550 King Street, Littleton, MA 01460-6245, USA email: meiss...@linux.ibm.com, phone: +

Re: [PATCH 3/4 v3] ivopts: Consider cost_step on different forms during unrolling

2020-09-05 Thread Hans-Peter Nilsson
On Tue, 1 Sep 2020, Bin.Cheng via Gcc-patches wrote: > > Great idea! With explicitly specified -funroll-loops, it's bootstrapped > > but the regression testing did show one failure (the only one): > > > > PASS->FAIL: gcc.dg/sms-4.c scan-rtl-dump-times sms "SMS succeeded" 1 > > > > It exposes two