[Bug tree-optimization/120892] Missed unrolling at -O3 due to split-paths

2025-06-30 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120892 --- Comment #3 from Jeffrey A. Law --- I think an argument could be made that split-paths should go away. It seemed like a reasonable idea at one time, but profitability was always marginal at best. I wouldn't lose any sleep if it went away.

[Bug tree-optimization/120892] Missed unrolling at -O3 due to split-paths

2025-06-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120892 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW See Also|

[Bug tree-optimization/120892] Missed unrolling at -O3 due to split-paths

2025-06-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120892 Richard Biener changed: What|Removed |Added Keywords||missed-optimization --- Comment #1 fro