[PATCH] D136568: [Clang] Support constexpr builtin ilogb

Evgeny Shulgin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 03:07:27 PDT 2022


Izaron updated this revision to Diff 471101.
Izaron added a comment.

Deal with MSVC where sizeof(long double) == sizeof(double)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136568

Files:
  clang/docs/LanguageExtensions.rst
  clang/include/clang/Basic/Builtins.def
  clang/lib/AST/ExprConstant.cpp
  clang/test/Sema/constant-builtins-ilogb.cpp
  llvm/include/llvm/ADT/APFloat.h
  llvm/lib/Support/APFloat.cpp
  llvm/unittests/ADT/APFloatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136568.471101.patch
Type: text/x-patch
Size: 15082 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221027/b508a777/attachment.bin>


More information about the llvm-commits mailing list