[Bug tree-optimization/13563] if-conversion not agressive enough

2021-08-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13563 Andrew Pinski changed: What|Removed |Added CC||mcccs at gmx dot com --- Comment #9 from

[Bug tree-optimization/13563] if-conversion not agressive enough

2021-08-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13563 Andrew Pinski changed: What|Removed |Added CC||rth at gcc dot gnu.org --- Comment #8 fr

[Bug tree-optimization/13563] if-conversion not agressive enough

2021-06-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13563 Andrew Pinski changed: What|Removed |Added Depends on||56223 --- Comment #7 from Andrew Pinski

[Bug tree-optimization/13563] if-conversion not agressive enough

2021-06-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13563 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org

[Bug tree-optimization/13563] if-conversion not agressive enough

2021-06-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13563 Andrew Pinski changed: What|Removed |Added CC||nok.raven at gmail dot com --- Comment #

[Bug tree-optimization/13563] if-conversion not agressive enough

2017-01-11 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13563 --- Comment #4 from Marc Glisse --- With -Os, the jump2 pass does merge the 2 calls to foo, but that's way too late for the resulting a!=0 ? 1 : 0 to be simplified.

[Bug tree-optimization/13563] if-conversion not agressive enough

2017-01-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13563 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org Known to f