[Bug rtl-optimization/110008] shrink wrapping could be improved

2025-02-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110008 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug rtl-optimization/110008] shrink wrapping could be improved

2025-02-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110008 --- Comment #4 from Andrew Pinski --- Hjl's patch for x86 target hook here caused the this no longer shrink wrap

[Bug rtl-optimization/110008] shrink wrapping could be improved

2025-02-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110008 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |--- CC|

[Bug rtl-optimization/110008] shrink wrapping could be improved

2025-02-10 Thread lh_mouse at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110008 --- Comment #3 from LIU Hao --- Please consider reopening this: (https://gcc.godbolt.org/z/Kr3s4Yfz1) ``` test: pushr13 pushr12 pushrbp pushrbx mov ebx, edi sub rsp, 8

[Bug rtl-optimization/110008] shrink wrapping could be improved

2025-01-21 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110008 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug rtl-optimization/110008] shrink wrapping could be improved

2025-01-21 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110008 Bug 110008 depends on bug 106210, which changed state. Bug 106210 Summary: [12/13/14/15 Regression] missing shrink wrap for simple case since r9-3594-g8d2d39587d941a40 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106210 What|Remo