This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Unique autogenerated file for tablegen passes
ClosedPublic

Authored by mscuttari on Aug 29 2022, 1:28 PM.

Details

Summary

Being the generated code macro-guarded, the autogenerated .cpp.inc file has been merged into the .h.inc to reduce the build steps.

Diff Detail

Event Timeline

mscuttari created this revision.Aug 29 2022, 1:28 PM
mscuttari requested review of this revision.Aug 29 2022, 1:28 PM
mehdi_amini accepted this revision.Aug 29 2022, 1:38 PM
This revision is now accepted and ready to land.Aug 29 2022, 1:38 PM

Fix formatting

rriddle accepted this revision.Aug 30 2022, 12:19 AM

Nice work!

mlir/tools/mlir-tblgen/PassGen.cpp
444

Fix formatting

mscuttari marked an inline comment as done.Aug 30 2022, 12:21 AM
This revision was automatically updated to reflect the committed changes.