[clang] [Clang] Add vector gather / scatter builtins to clang (PR #157895)
Nikolas Klauser via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 12 01:20:58 PDT 2025
================
@@ -1256,6 +1256,18 @@ def MaskedCompressStore : Builtin {
let Prototype = "void(...)";
}
+def MaskedGather : Builtin {
+ let Spellings = ["__builtin_masked_gather"];
+ let Attributes = [NoThrow, CustomTypeChecking];
----------------
philnik777 wrote:
I think this is `pure`?
https://github.com/llvm/llvm-project/pull/157895
More information about the cfe-commits
mailing list