[PATCH] D112932: Use llvm.is_fpclass to implement FP classification functions

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 11 04:53:07 PST 2023


sepavloff updated this revision to Diff 488159.
sepavloff added a comment.

Remove support of __builtin_is{subnormal,zero,signaling}, rebased


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112932/new/

https://reviews.llvm.org/D112932

Files:
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/X86/strictfp_builtins.c
  clang/test/CodeGen/aarch64-strictfp-builtins.c
  clang/test/CodeGen/builtin_float.c
  clang/test/CodeGen/builtin_float_strictfp.c
  clang/test/CodeGen/builtins.c
  clang/test/CodeGen/isfpclass.c
  clang/test/CodeGen/strictfp_builtins.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112932.488159.patch
Type: text/x-patch
Size: 37515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230111/97588d30/attachment-0001.bin>


More information about the cfe-commits mailing list