[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:09:58 PDT 2025
================
@@ -1232,6 +1232,18 @@ def ConvertVector : Builtin {
let Prototype = "void(...)";
}
+def MaskedLoad : Builtin {
+ let Spellings = ["__builtin_masked_load"];
----------------
erichkeane wrote:
Im gonna grumble about this, but I think that is fine then. So, "Thanks, I hate it.".
https://github.com/llvm/llvm-project/pull/154464
More information about the cfe-commits
mailing list