On 12/3/20 4:34 AM, Maciej W. Rozycki wrote:
> Do not convert a conditional jump into conditional execution (and remove
> the jump as a consequence) if the jump has side effects.
>
> gcc/
> * ifcvt.c (dead_or_predicable) [!IFCVT_MODIFY_TESTS]: Bail out
> if `!onlyjump_p'.
OK
Do not convert a conditional jump into conditional execution (and remove
the jump as a consequence) if the jump has side effects.
gcc/
* ifcvt.c (dead_or_predicable) [!IFCVT_MODIFY_TESTS]: Bail out
if `!onlyjump_p'.
---
gcc/ifcvt.c |6 ++
1 file changed, 6 insert