Issue 107753
Summary [Clang] Add a builtin for masked stores of vectors
Labels enhancement, clang:frontend
Assignees
Reporter philnik777
    LLVM has an overloaded `llvm.masked.store` intrinsic, but there is no generic way to do a masked store from C/C++ code. AFAICT it's only exposed via target-specific intrinsics. It would be great if there could be a `__builtin_masked_store` or something like that to make it easier to write generic code.

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to