[Mlir-commits] [mlir] [mlir][vector] Replace unused shuffle operands / results with poison (PR #190763)

Diego Caballero llvmlistbot at llvm.org
Tue Apr 7 10:50:54 PDT 2026


================
@@ -3472,12 +3472,55 @@ class ShuffleInterleave : public OpRewritePattern<ShuffleOp> {
   }
 };
 
+/// Pattern to replace usused shuffle operands / results with poison.
----------------
dcaballe wrote:

Could you add a Before and After IR example here?

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


More information about the Mlir-commits mailing list