[llvm] [LLVM] Add `llvm.masked.compress` intrinsic (PR #92289)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 00:38:14 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:

Should we mark this as experimental? Something like `llvm.experimental.vector.compress`?

https://github.com/llvm/llvm-project/pull/92289


More information about the llvm-commits mailing list