public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Aldy Hernandez <aldyh@redhat.com>
Cc: GCC patches <gcc-patches@gcc.gnu.org>
Subject: Re: [COMMITTED] Add cases for CFN_BUILT_IN_SIGNBIT[FL].
Date: Fri, 14 Oct 2022 12:16:55 +0200	[thread overview]
Message-ID: <Y0k3F4kbgEdwyev2@tucnak> (raw)
In-Reply-To: <20221014100316.568795-1-aldyh@redhat.com>

On Fri, Oct 14, 2022 at 12:03:16PM +0200, Aldy Hernandez via Gcc-patches wrote:
> gcc/ChangeLog:
> 
> 	* gimple-range-op.cc
> 	(gimple_range_op_handler::maybe_builtin_call): Add
> 	CFN_BUILT_IN_SIGNBIT[FL]* entries.
> ---
>  gcc/gimple-range-op.cc | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/gcc/gimple-range-op.cc b/gcc/gimple-range-op.cc
> index bc4389eb2e1..9bdef3d45c0 100644
> --- a/gcc/gimple-range-op.cc
> +++ b/gcc/gimple-range-op.cc
> @@ -757,6 +757,8 @@ gimple_range_op_handler::maybe_builtin_call ()
>        break;
>  
>      case CFN_BUILT_IN_SIGNBIT:
> +    case CFN_BUILT_IN_SIGNBITF:
> +    case CFN_BUILT_IN_SIGNBITL:

    CASE_FLT_FN (CFN_BUILT_IN_SIGNBIT):
instead of the above 3?

	Jakub


  reply	other threads:[~2022-10-14 10:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-14 10:03 Aldy Hernandez
2022-10-14 10:16 ` Jakub Jelinek [this message]
2022-10-14 14:23   ` Aldy Hernandez

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=Y0k3F4kbgEdwyev2@tucnak \
    --to=jakub@redhat.com \
    --cc=aldyh@redhat.com \
    --cc=gcc-patches@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).