[all-commits] [llvm/llvm-project] ec3238: [Clang] Support constexpr builtin fmin

Evgeny Shulgin via All-commits all-commits at lists.llvm.org
Mon Oct 10 09:06:52 PDT 2022


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

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

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

Support constexpr version of __builtin_fmin and its variations.

Reviewed By: jcranmer-intel

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




More information about the All-commits mailing list