[Mlir-commits] [mlir] [mlir][vector] Fix invalid IR in `ContractionOpLowering` (PR #78130)

Han-Chung Wang llvmlistbot at llvm.org
Mon Jan 15 16:51:57 PST 2024


================
@@ -514,24 +527,23 @@ struct UnrolledOuterProductGenerator
       return failure();
     AffineExpr m, k;
     bindDims(rewriter.getContext(), m, k);
-    Value transposedMask = t(mask);
----------------
hanhanW wrote:

ditto

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


More information about the Mlir-commits mailing list