[Bug tree-optimization/114589] missed optimization: losing bool range information, missed sinking

2024-05-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114589 Richard Biener changed: What|Removed |Added Assignee|rguenth at gcc dot gnu.org |unassigned at gcc dot gnu.org

[Bug tree-optimization/114589] missed optimization: losing bool range information, missed sinking

2024-05-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114589 --- Comment #7 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:99b1daae18c095d6c94d32efb77442838e11cbfb commit r15-518-g99b1daae18c095d6c94d32efb77442838e11cbfb Author: Richard Biener Date:

[Bug tree-optimization/114589] missed optimization: losing bool range information, missed sinking

2024-05-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114589 --- Comment #6 from Richard Biener --- So actually it also needs -fno-ivopts since otherwise VRP is confused. With -fno-ivopts it's late DOM that figures out the loop doesn't iterate.

[Bug tree-optimization/114589] missed optimization: losing bool range information, missed sinking

2024-05-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114589 Richard Biener changed: What|Removed |Added Blocks||85316 --- Comment #5 from Richard

[Bug tree-optimization/114589] missed optimization: losing bool range information, missed sinking

2024-04-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114589 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Summary|missed