This is an archive of the discontinued LLVM Phabricator instance.

[mlir][ods] Cleanup of Class Codegen helper
ClosedPublic

Authored by Mogball on Nov 11 2021, 2:17 PM.

Diff Detail

Event Timeline

Mogball created this revision.Nov 11 2021, 2:17 PM
Mogball requested review of this revision.Nov 11 2021, 2:18 PM
jpienaar accepted this revision.Nov 11 2021, 3:53 PM
jpienaar added inline comments.
mlir/include/mlir/TableGen/Class.h
205

Do you want to switch these to doxygen style too given the others are updated?

mlir/lib/TableGen/Class.cpp
55

Mmm, I'm not sure about doxygen style inside function bodies here, these seem more like implementation details rather than user visible considerations.

This revision is now accepted and ready to land.Nov 11 2021, 3:53 PM
Mogball updated this revision to Diff 386707.Nov 11 2021, 6:22 PM

Rebase and review comments

Mogball marked 2 inline comments as done.Nov 11 2021, 6:23 PM
This revision was automatically updated to reflect the committed changes.
mlir/include/mlir/TableGen/CodeGenHelpers.h