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

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 18:19:27 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
----------------
lukel97 wrote:

Yeah that's what I originally had in mind, but I'm not strongly opinionated so I'll leave this up to you/other reviewers. This PR looks like it's making good progress and I don't want to block it :)

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


More information about the llvm-commits mailing list