https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68027

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to SztfG from comment #4)
> I think this can be optimized in this way:
> 
>         cmpl    $100, %edi
>         jg      a1
>         jne     a2
>         jmp     a3

Note that is a different bug and should be filed seperately.  Something about
conditional tail calls.  I thought there was a bug filed for that case but I
can't seem to find it.

Reply via email to