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

2024-07-15 Thread Richard Biener
On Sun, Jul 14, 2024 at 10:15 AM rubin.gerritsen wrote: > > 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: s

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

2024-07-14 Thread rubin.gerritsen
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: simplified printf to __builtin_puts `printf("%c", 'a');`: optimized: