[all-commits] [llvm/llvm-project] 9fd57e: [clang] Support vectors in __builtin_isfpclass

Serge Pavlov via All-commits all-commits at lists.llvm.org
Fri Sep 1 21:54:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9fd57e4d48881b0f395621bd4a7aa8ec54dc6729
      https://github.com/llvm/llvm-project/commit/9fd57e4d48881b0f395621bd4a7aa8ec54dc6729
  Author: Serge Pavlov <sepavloff at gmail.com>
  Date:   2023-09-02 (Sat, 02 Sep 2023)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/CodeGen/isfpclass.c

  Log Message:
  -----------
  [clang] Support vectors in __builtin_isfpclass

Builtin function `__builtin_isfpclass` now can be called for a vector
of floating-point values. In this case it is applied to the vector
elementwise and produces vector of integer values.

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




More information about the All-commits mailing list