This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] Remove tblgen:: prefix in TableGen/*.cpp files
ClosedPublic

Authored by jurahul on Aug 11 2020, 5:47 PM.

Details

Summary
  • Add "using namespace mlir::tblgen" in several of the TableGen/*.cpp files and eliminate the tblgen::prefix to reduce code clutter.

Diff Detail

Event Timeline

jurahul created this revision.Aug 11 2020, 5:47 PM
Herald added a project: Restricted Project. · View Herald Transcript
jurahul requested review of this revision.Aug 11 2020, 5:47 PM
rriddle accepted this revision.Aug 12 2020, 2:21 PM
This revision is now accepted and ready to land.Aug 12 2020, 2:21 PM
This revision was landed with ongoing or failed builds.Aug 12 2020, 2:42 PM
This revision was automatically updated to reflect the committed changes.