[Bug rtl-optimization/97856] Missed optimization: repeated call

2021-08-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97856 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug rtl-optimization/97856] Missed optimization: repeated call

2021-08-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97856 --- Comment #2 from Andrew Pinski --- (In reply to Richard Biener from comment #1) > Confirmed. basic-block reordering decides to duplicate the block: Yes there are a few other bugs where we like to duplicate the return block I have seen too.

[Bug rtl-optimization/97856] Missed optimization: repeated call

2020-11-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97856 Richard Biener changed: What|Removed |Added Keywords||missed-optimization