This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] Move test/Transforms/lower-affine.mlir -> test/Conversion
ClosedPublic

Authored by bondhugula on Mar 29 2020, 12:21 AM.

Details

Summary

Move lower-affine.mlir from test/Transforms to
test/Conversion/AffineToStandard/. Other related NFC.

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>

Diff Detail

Event Timeline

bondhugula created this revision.Mar 29 2020, 12:21 AM
ftynse accepted this revision.Mar 31 2020, 2:08 AM

Thanks for the cleanup!

mlir/docs/Passes.md
17

Nit: named maps and sets that are no longer in use (we may still have, e.g., memrefs with layout maps)

This revision is now accepted and ready to land.Mar 31 2020, 2:08 AM
bondhugula marked 2 inline comments as done.

Address review comment

bondhugula added inline comments.Mar 31 2020, 11:07 AM
mlir/docs/Passes.md
17

Thanks!

This revision was automatically updated to reflect the committed changes.