[PATCH] D158238: Implement __builtin_fmaximum/fminimum*

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 14:45:06 PDT 2023


tra updated this revision to Diff 551646.
tra added a comment.

Fixed test RUN lines


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158238

Files:
  clang/include/clang/Basic/Builtins.def
  clang/lib/AST/ExprConstant.cpp
  clang/lib/AST/Interp/InterpBuiltin.cpp
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/builtins.c
  clang/test/CodeGen/math-builtins.c
  clang/test/Sema/constant-builtins-fmaximum.cpp
  clang/test/Sema/constant-builtins-fminimum.cpp
  clang/test/Sema/overloaded-math-builtins.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158238.551646.patch
Type: text/x-patch
Size: 19852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230818/807d723e/attachment-0001.bin>


More information about the cfe-commits mailing list