[Mlir-commits] [mlir] [mlir][vector] Improve flattening vector.transfer_write ops. (PR #94051)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Jun 3 02:42:41 PDT 2024


================
@@ -510,20 +510,59 @@ static Value collapseInnerDims(PatternRewriter &rewriter, mlir::Location loc,
 /// the truncated indices where `firstDimToCollapse` is now the innermost dim.
 /// TODO: Extract the logic that writes to outIndices so that this method
 /// simply checks one pre-condition.
----------------
banach-space wrote:

This comment should be updated, right?

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


More information about the Mlir-commits mailing list