[all-commits] [llvm/llvm-project] 0edff6: [Clang] Support constexpr builtin fmax

Evgeny Shulgin via All-commits all-commits at lists.llvm.org
Fri Oct 7 13:27:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0edff6faa26664772c41fed8d7759bba703f4987
      https://github.com/llvm/llvm-project/commit/0edff6faa26664772c41fed8d7759bba703f4987
  Author: Evgeny Shulgin <izaronplatz at gmail.com>
  Date:   2022-10-07 (Fri, 07 Oct 2022)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/lib/AST/ExprConstant.cpp
    A clang/test/Sema/constant-builtins-fmax.cpp

  Log Message:
  -----------
  [Clang] Support constexpr builtin fmax

Support constexpr version of __builtin_fmax and its variations.

Reviewed By: jcranmer-intel

Differential Revision: https://reviews.llvm.org/D134369




More information about the All-commits mailing list