This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Move TestDialect and its passes to mlir::test namespace.
ClosedPublic

Authored by pifon2a on Nov 4 2020, 1:18 PM.

Details

Summary

TestDialect has many operations and they all live in ::mlir namespace.
Sometimes it is not clear whether the ops used in the code for the test passes
belong to Standard or to Test dialects.

Also, with this change it is easier to understand what test passes registered
in mlir-opt are actually passes in mlir/test.

Diff Detail

Event Timeline

pifon2a created this revision.Nov 4 2020, 1:18 PM
Herald added a project: Restricted Project. · View Herald Transcript
pifon2a requested review of this revision.Nov 4 2020, 1:18 PM
mehdi_amini accepted this revision.Nov 4 2020, 1:45 PM
This revision is now accepted and ready to land.Nov 4 2020, 1:45 PM
This revision was landed with ongoing or failed builds.Nov 5 2020, 6:29 AM
This revision was automatically updated to reflect the committed changes.