[PATCH] D136377: [mlir][MemRefToLLVM] Remove the code for lowering subview

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 15:14:58 PST 2022


qcolombet added a comment.

Hi @ftynse,

I've finally updated this PR to do what we discuss: use a different pass for the expand-memref part.
I still need to rename the expand pass, but that would be done in parallel.

When we're happy with the PR, I'll do a PSA for how memref conversion to llvm need to be done.

Cheers,
-Quentin


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