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

Lawrence Benson via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 07:59:43 PDT 2024


================
@@ -24975,6 +24975,72 @@ The '``llvm.masked.compressstore``' intrinsic is designed for compressing data i
 
 Other targets may support this intrinsic differently, for example, by lowering it into a sequence of branches that guard scalar store operations.
 
+Masked Vector Compress Intrinsic
----------------
lawben wrote:

Sounds good. I've moved it to the `vector.*` section.

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


More information about the llvm-commits mailing list