[PATCH] D136377: [mlir][MemRefToLLVM] Reuse existing subview lowering

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 02:28:42 PDT 2022


ftynse added a comment.

While I don't have an immediate suggestion on what to do here, I don't think `memref-to-llvm` should subsume `affine-to-llvm` and `arith-to-llvm`. Ideally, there shouldn't be a dependency on the Affine dialect either, but I can live with that if it is minimal.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136377/new/

https://reviews.llvm.org/D136377



More information about the llvm-commits mailing list