This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Move memref-tests from standard to memref folder.
ClosedPublic

Authored by dfki-thsc on Apr 21 2021, 6:25 AM.

Details

Summary

Split memref-test from standard test and move them to the folder MemRef.

Diff Detail

Event Timeline

dfki-thsc created this revision.Apr 21 2021, 6:25 AM
dfki-thsc requested review of this revision.Apr 21 2021, 6:25 AM
pifon2a accepted this revision.Apr 21 2021, 8:34 AM

Thank you for cleaning this up, Thomas!

mlir/test/Dialect/MemRef/canonicalize.mlir
6

nit: remove this whitespace to fit the line

18

and here

32

and even here

mlir/test/Dialect/MemRef/expands-ops.mlir
1 ↗(On Diff #339209)

I guess the transformation memref.reshape -> memref.reinterpret_cast also has to move to MemRef/Transforms directory. Also we need MemRefToLLVM pass decoupled from Std. Definitely, not in this PR.

This revision is now accepted and ready to land.Apr 21 2021, 8:34 AM
This revision was automatically updated to reflect the committed changes.
dfki-thsc marked 4 inline comments as done.