[PATCH] D78996: [MLIR][LINALG] Convert Linalg to Linalg

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 06:56:17 PDT 2020


ftynse requested changes to this revision.
ftynse added a comment.
This revision now requires changes to proceed.

`lib/Conversion` is intended to for conversions from dialect A to dialect B to ensure it can depend on both without creating unnecessary dependencies `A->B` or `B->A`.  Since this transformation stays within Linalg, it should go to `lib/Dialect/Linalg/Transforms`. Beyond being cleaner library-wise, it can have a more meaningful name than "linalg to linalg", e.g. "TensorsToBuffers" or "BufferAssignment".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78996





More information about the llvm-commits mailing list