public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/105414] constant folding for fmin/max(snan, snan) is wrong
Date: Fri, 29 Apr 2022 12:21:12 +0000	[thread overview]
Message-ID: <bug-105414-4-wqenvz4jPJ@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-105414-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #9)
> (In reply to HaoChen Gui from comment #8)
> > (In reply to Jakub Jelinek from comment #7)
> > > Sure, but you don't want to do that at least if flag_trapping_math.
> > > Otherwise, the predicate would be tree_expr_signaling_nan_p and real_nan
> > > function with "", 1 as the middle 2 arguments can create it.  But note that
> > > nothing in match.pd does that right now, so I don't think we should do it in
> > > this case either.
> > 
> > If either of arguments is sNaN, fmin/max should return a qNaN. So I really
> > want to create a pattern in match.pd to do this. It needs to create a qNaN
> 
> A sNaN should primarily raise an exception or raise a signal when used.
> So better not to fold it.
> Given that we don't fold anything else with sNaN, starting from sNaN +
> whatever
> etc., just folding it for something so rare as fmin/fmax would be weird.

Agreed btw.  Iff then such propagation / simplification should belong in
a pass like forwprop or value-numbering which can do this in a cheaper way
than adding patterns for all kinds of operations with NaNs.  One might also
say that we should diagnose any arithmetic with known NaNs ...

  parent reply	other threads:[~2022-04-29 12:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-28  1:25 [Bug tree-optimization/105414] New: " guihaoc at gcc dot gnu.org
2022-04-28  1:28 ` [Bug tree-optimization/105414] " pinskia at gcc dot gnu.org
2022-04-28  1:31 ` guihaoc at gcc dot gnu.org
2022-04-28  3:07 ` guihaoc at gcc dot gnu.org
2022-04-28  7:07 ` rguenth at gcc dot gnu.org
2022-04-28  7:51 ` jakub at gcc dot gnu.org
2022-04-28  8:10 ` guihaoc at gcc dot gnu.org
2022-04-28  8:18 ` jakub at gcc dot gnu.org
2022-04-29 10:02 ` guihaoc at gcc dot gnu.org
2022-04-29 10:06 ` jakub at gcc dot gnu.org
2022-04-29 12:21 ` rguenth at gcc dot gnu.org [this message]
2022-05-11  1:32 ` cvs-commit at gcc dot gnu.org
2022-05-12  2:54 ` guihaoc at gcc dot gnu.org
2022-09-28 10:05 ` cvs-commit at gcc dot gnu.org
2022-11-07  4:48 ` pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-105414-4-wqenvz4jPJ@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).