This is an archive of the discontinued LLVM Phabricator instance.

[mlir] add createPrintOpStatsPass() with explicit params
ClosedPublic

Authored by okkwon on Jun 15 2022, 11:50 AM.

Details

Summary

This allows to set printAsJSON through the create function.

Diff Detail

Event Timeline

okkwon created this revision.Jun 15 2022, 11:50 AM
okkwon requested review of this revision.Jun 15 2022, 11:50 AM
okkwon added a reviewer: mehdi_amini.
jpienaar accepted this revision.Jun 15 2022, 12:02 PM

LG, lets just make the title more specific :)

This revision is now accepted and ready to land.Jun 15 2022, 12:02 PM
okkwon retitled this revision from [mlir] add a create function with explicit params to [mlir] add createPrintOpStatsPass with explicit params.Jun 15 2022, 12:06 PM
okkwon retitled this revision from [mlir] add createPrintOpStatsPass with explicit params to [mlir] add createPrintOpStatsPass() with explicit params.
okkwon updated this revision to Diff 437290.Jun 15 2022, 12:09 PM

Make the commit title more explicit.

This revision was landed with ongoing or failed builds.Jun 15 2022, 12:10 PM
This revision was automatically updated to reflect the committed changes.