[llvm] [LLVM] Add `llvm.masked.compress` intrinsic (PR #92289)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 11:12:17 PDT 2024
================
@@ -1500,6 +1500,13 @@ def G_SPLAT_VECTOR: GenericInstruction {
let hasSideEffects = false;
}
+// Generic masked compress.
+def G_MCOMPRESS: GenericInstruction {
----------------
arsenm wrote:
Should match the IR operation name and spill out the masked_compress
https://github.com/llvm/llvm-project/pull/92289
More information about the llvm-commits
mailing list