This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Use explicit `mlir` namespace in generated code
ClosedPublic

Authored by vinograd47 on Jan 27 2021, 5:47 AM.

Details

Summary

This makes the generated code independent from actual namespace of its users.

Diff Detail

Event Timeline

vinograd47 created this revision.Jan 27 2021, 5:47 AM
vinograd47 requested review of this revision.Jan 27 2021, 5:47 AM
rriddle accepted this revision.Jan 27 2021, 9:59 AM
rriddle added inline comments.
mlir/include/mlir/Interfaces/CopyOpInterface.td
27

::mlir here and below.

This revision is now accepted and ready to land.Jan 27 2021, 9:59 AM

Used full namespaces name (::mlir) and rebased to latest main branch.

vinograd47 marked an inline comment as done.Jan 28 2021, 4:39 AM

@rriddle I've fixed your remark.

@rriddle I don't have commit access to the repo. Could you please land the change by yourself?

This revision was automatically updated to reflect the committed changes.