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

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 11 03:31:31 PST 2022


sepavloff updated this revision to Diff 481901.
sepavloff added a comment.
Herald added a subscriber: pengfei.

Prepare the patch for review

In this patch the callback `TargetCodeGenInfo::testFPKind` is
preserved, to make this change safer.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112932

Files:
  clang/include/clang/Basic/Builtins.def
  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/strictfp_builtins.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112932.481901.patch
Type: text/x-patch
Size: 38639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221211/87fa1213/attachment-0001.bin>


More information about the cfe-commits mailing list