[Mlir-commits] [mlir] [mlir][vector] Rewrite vector transfer write with unit dims for scalable vectors (PR #85270)

Cullen Rhodes llvmlistbot at llvm.org
Fri Mar 15 01:59:01 PDT 2024


c-rhodes wrote:

thanks for the patch! We already have a pattern `TransferWriteDropUnitDimsPattern` for dropping unit dims on transfer_write ops in `mlir/lib/Dialect/Vector/Transforms/VectorTransferOpTransforms.cpp`.

Could this not be extended to support this case instead of introducing more logic for handling unit dims?

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


More information about the Mlir-commits mailing list