[all-commits] [llvm/llvm-project] ca14a8: [Clang] Add masked vector builtins for expand and ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Aug 29 09:37:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca14a8afe85453237ec438e33c76424fd9bb9b27
      https://github.com/llvm/llvm-project/commit/ca14a8afe85453237ec438e33c76424fd9bb9b27
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-08-29 (Fri, 29 Aug 2025)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/Builtins.td
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/CodeGen/builtin-masked.c
    M clang/test/Sema/builtin-masked.c

  Log Message:
  -----------
  [Clang] Add masked vector builtins for expand and compress access (#156042)

Summary:
The interface here is nearly indentical to the already added masked
loads and stores. These bind to very similar intrinsics so we add them
here.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list