https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77820
Andrew Pinski changed:
What|Removed |Added
CC||pinskia at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77820
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |10.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77820
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77820
--- Comment #3 from Jeffrey A. Law ---
Author: law
Date: Thu Jun 13 18:55:55 2019
New Revision: 272261
URL: https://gcc.gnu.org/viewcvs?rev=272261&root=gcc&view=rev
Log:
PR tree-optimization/77820
* tree-ssa-threadedge.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77820
--- Comment #2 from Segher Boessenkool ---
Note that combine cannot optimise the
csetw0, lt
cbnzw0, .L6
to
blt .L6
because the two insns are in different BBs still. The final branch
isn't duplicated until
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77820
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Status|U