[llvm] [LLVM] Add `llvm.masked.compress` intrinsic (PR #92289)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 19 19:22:22 PDT 2024
================
@@ -19197,6 +19197,71 @@ the follow sequence of operations:
The ``mask`` operand will apply to at least the gather and scatter operations.
+
+.. _int_masked_compress:
+
+'``llvm.masked.compress.*``' Intrinsics
----------------
lukel97 wrote:
Sorry for the delay, yeah it looks like they're removed after about a release or two, see bfc0317153dca75137fba00b5c28758d6f720963. I think it might not be a bad idea just in case we want to change things after this PR.
Also on the topic of naming, if this in the vector family of intrinsics should the name be updated to reflect that? E.g. `@llvm.vector.blah`
https://github.com/llvm/llvm-project/pull/92289
More information about the llvm-commits
mailing list