[Mlir-commits] [mlir] [mlir][vector] Teach `TransferOptimization` to forward masked stores (PR #87794)

Diego Caballero llvmlistbot at llvm.org
Wed Apr 17 00:30:24 PDT 2024


================
@@ -170,12 +170,37 @@ AffineMap mlir::vector::getTransferMinorIdentityMap(ShapedType shapedType,
       shapedType.getContext());
 }
 
+static bool couldBeSameValueWithMasking(vector::TransferWriteOp defWrite,
----------------
dcaballe wrote:

doc explaining cases?

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


More information about the Mlir-commits mailing list