https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108997
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108997
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108997
--- Comment #4 from Andrew Pinski ---
(In reply to Nikita Kniazev from comment #3)
> For cond == 789
> if (cond_2(D) == 789)
> goto ; [20.24%]
> else
> goto ; [79.76%]
>
> For cond != 789
> if (cond_2(D) != 789)
> goto ; [48.8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108997
--- Comment #3 from Nikita Kniazev ---
For cond == 789
if (cond_2(D) == 789)
goto ; [20.24%]
else
goto ; [79.76%]
For cond != 789
if (cond_2(D) != 789)
goto ; [48.88%]
else
goto ; [51.12%]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108997
--- Comment #2 from Andrew Pinski ---
(In reply to Nikita Kniazev from comment #1)
> Is it about bool?
YES.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108997
Nikita Kniazev changed:
What|Removed |Added
CC||nok.raven at gmail dot com
--- Comment