[PATCH] D77008: [MLIR][NFC] Move test/Transforms/lower-affine.mlir -> test/Conversion

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 02:10:30 PDT 2020


ftynse accepted this revision.
ftynse added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: grosul1.

Thanks for the cleanup!



================
Comment at: mlir/docs/Passes.md:17
+dialect that have the same effect, using operands of the `index` type.
+Consequently, named maps and sets may be removed from the module.
 
----------------
Nit: named maps and sets that are no longer in use (we may still have, e.g., memrefs with layout maps)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77008





More information about the llvm-commits mailing list