[Mlir-commits] [mlir] [mlir][vector] Teach `TransferOptimization` to look through trivial aliases (PR #87805)
Han-Chung Wang
llvmlistbot at llvm.org
Mon Apr 8 09:55:29 PDT 2024
https://github.com/hanhanW commented:
The idea looks good to me, but I wonder if running FoldMemRefAliasOps would help your case? I think they hopefully will all be folded into the same memref.subview ops.
https://github.com/llvm/llvm-project/blob/main/mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
https://github.com/llvm/llvm-project/pull/87805
More information about the Mlir-commits
mailing list