[clang] [Clang] Add builtins for masked vector loads / stores (PR #154464)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 19 22:18:42 PDT 2025
================
@@ -1232,6 +1232,18 @@ def ConvertVector : Builtin {
let Prototype = "void(...)";
}
+def MaskedLoad : Builtin {
+ let Spellings = ["__builtin_masked_load"];
+ let Attributes = [NoThrow, Const, CustomTypeChecking, Constexpr];
----------------
tbaederr wrote:
There's no constexpr implementation here.
https://github.com/llvm/llvm-project/pull/154464
More information about the cfe-commits
mailing list