https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56223
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |101205
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #7)
> (In reply to Andrew Pinski from comment #5)
> > I also noticed that factor_out_conditional_conversion has a similar issue
> > where the cast is inside both if and else part.
>
> I have a fix for that, though we don't remove one of the BB if it becomes
> empty.
I have a patch for that but I ran into a code generation regression on aarch64,
PR 101205.
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101205
[Bug 101205] csinv does not have an zero_extend version