https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80875
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> --- 9810 && negate_expr_p (op0) 9811 && (tem = negate_expr (op1)) != op1 should probaby use negate_expr_p (op1) to guard this.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80875
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> --- 9810 && negate_expr_p (op0) 9811 && (tem = negate_expr (op1)) != op1 should probaby use negate_expr_p (op1) to guard this.