public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3298] Add cases for CFN_BUILT_IN_SIGNBIT[FL].
@ 2022-10-14 10:03 Aldy Hernandez
  0 siblings, 0 replies; only message in thread
From: Aldy Hernandez @ 2022-10-14 10:03 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a75e9bee7c23403d3cc7085a249f230de50c4c3e

commit r13-3298-ga75e9bee7c23403d3cc7085a249f230de50c4c3e
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Thu Oct 13 17:45:38 2022 +0200

    Add cases for CFN_BUILT_IN_SIGNBIT[FL].
    
    gcc/ChangeLog:
    
            * gimple-range-op.cc
            (gimple_range_op_handler::maybe_builtin_call): Add
            CFN_BUILT_IN_SIGNBIT[FL]* entries.

Diff:
---
 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:
       m_op1 = gimple_call_arg (call, 0);
       m_float = &op_cfn_signbit;
       m_valid = true;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-14 10:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 10:03 [gcc r13-3298] Add cases for CFN_BUILT_IN_SIGNBIT[FL] Aldy Hernandez

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).