This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add OpPrintingFlags to IRPrinterConfig.
ClosedPublic

Authored by jurahul on Jul 15 2020, 10:27 PM.

Details

Summary
  • This will enable tweaking IR printing options when enabling printing (for ex, tweak elideLargeElementsAttrs to create smaller IR logs)

Diff Detail

Event Timeline

jurahul created this revision.Jul 15 2020, 10:27 PM
Herald added a project: Restricted Project. · View Herald Transcript
mehdi_amini accepted this revision.Jul 15 2020, 10:47 PM
This revision is now accepted and ready to land.Jul 15 2020, 10:47 PM
This revision was automatically updated to reflect the committed changes.