https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118140
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also|https://gcc.gnu.org/bugzill |
|a/show_bug.cgi?id=115494 |
--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I see sometimes we check the return value of maybe_resimplify_conditional_op
and sometimes does not.
E.g. in try_conditional_simplification we don't check the return value there
and that might be the issue.
We do check it gimple_resimplify[123] for the non-constant case though (the
constant case maybe should assert it returns true).