[Bug tree-optimization/121236] [16 Regression] Problems during GIMPLE pass: ifcvt

2025-07-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236 --- Comment #12 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:aebbc90d8c7c703c787ce402b9c55fdf2ecbbcd8 commit r16-2648-gaebbc90d8c7c703c787ce402b9c55fdf2ecbbcd8 Author: Andrew Pinski Date: T

[Bug tree-optimization/121236] [16 Regression] Problems during GIMPLE pass: ifcvt

2025-07-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/121236] [16 Regression] Problems during GIMPLE pass: ifcvt

2025-07-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236 --- Comment #10 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:a51bf9e10182cf7ac858db0ea6c5cb11b4f12377 commit r16-2590-ga51bf9e10182cf7ac858db0ea6c5cb11b4f12377 Author: Andrew Pinski Date: F

[Bug tree-optimization/121236] [16 Regression] Problems during GIMPLE pass: ifcvt

2025-07-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236 --- Comment #9 from Andrew Pinski --- Patch: https://gcc.gnu.org/pipermail/gcc-patches/2025-July/690752.html

[Bug tree-optimization/121236] [16 Regression] Problems during GIMPLE pass: ifcvt

2025-07-24 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236 Sam James changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/121236] [16 Regression] Problems during GIMPLE pass: ifcvt

2025-07-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236 --- Comment #8 from Andrew Pinski --- + /* Remove the phi and move to the next phi arg if needed. */ + if (phi == gsi_stmt (*pgsi)) +remove_phi_node (pgsi, false); Needs to be fixed too. It should be something like: /* Move to the next

[Bug tree-optimization/121236] [16 Regression] Problems during GIMPLE pass: ifcvt

2025-07-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236 --- Comment #7 from Andrew Pinski --- (In reply to Andrew Pinski from comment #6) > Created attachment 61962 [details] > Patch which needs a commit message and testcases And some comment changes.

[Bug tree-optimization/121236] [16 Regression] Problems during GIMPLE pass: ifcvt

2025-07-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236 --- Comment #6 from Andrew Pinski --- Created attachment 61962 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61962&action=edit Patch which needs a commit message and testcases