Re: [PATCH v2] gimple-fold: consistent dump of builtin call simplifications

2024-07-18 Thread Richard Biener
rubin.gerritsen > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH v2] gimple-fold: consistent dump of builtin call > simplifications > > On Wed, Jul 17, 2024 at 12:47 PM Richard Biener > wrote: > > > > On Tue, Jul 16, 2024 at 9:30 PM rubin.gerritsen > > wrote:

Re: [PATCH v2] gimple-fold: consistent dump of builtin call simplifications

2024-07-17 Thread Rubin Gerritsen
Sorry for the inconvenience, here the patch is attached as an attachment. Rubin From: Richard Biener Sent: 17 July 2024 1:01 PM To: rubin.gerritsen Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH v2] gimple-fold: consistent dump of builtin call simplifications

Re: [PATCH v2] gimple-fold: consistent dump of builtin call simplifications

2024-07-17 Thread Richard Biener
On Wed, Jul 17, 2024 at 12:47 PM Richard Biener wrote: > > On Tue, Jul 16, 2024 at 9:30 PM rubin.gerritsen wrote: > > > > Changes since v1: > > * Added DCO signoff > > * Removed tabs from commit message > > > > -- > > Previously only simplifications of the `__st[xrp]cpy_chk` > > were dumped. No

Re: [PATCH v2] gimple-fold: consistent dump of builtin call simplifications

2024-07-17 Thread Richard Biener
On Tue, Jul 16, 2024 at 9:30 PM rubin.gerritsen wrote: > > Changes since v1: > * Added DCO signoff > * Removed tabs from commit message > > -- > Previously only simplifications of the `__st[xrp]cpy_chk` > were dumped. Now all call replacement simplifications are > dumped. > > Examples of stateme

[PATCH v2] gimple-fold: consistent dump of builtin call simplifications

2024-07-16 Thread rubin.gerritsen
Changes since v1: * Added DCO signoff * Removed tabs from commit message -- Previously only simplifications of the `__st[xrp]cpy_chk` were dumped. Now all call replacement simplifications are dumped. Examples of statements with corresponding dumpfile entries: `printf("mystr\n");`: optimized