[clang] [Clang] Add builtins for masked vector loads / stores (PR #154464)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 20 08:12:16 PDT 2025


================
@@ -941,6 +941,24 @@ Let ``VT`` be a vector type and ``ET`` the element type of ``VT``.
                                          for the comparison.
 ======================================= ====================================================================== ==================================
 
+*Masked Builtins*
+
+Each builtin accesses memory according to a provided boolean mask. These are
+provided as ``__builtin_masked_load`` and ``__builtin_masked_store``. The first
----------------
erichkeane wrote:

Yep, crossed in the interwebs :) 

https://github.com/llvm/llvm-project/pull/154464


More information about the cfe-commits mailing list