This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add custom option parser type to PassOption
ClosedPublic

Authored by ezhulenev on Mar 6 2020, 7:46 PM.

Details

Summary

Pass custom DataType parser to pass options, similar to llvm:🆑:opt class.

Diff Detail

Event Timeline

ezhulenev created this revision.Mar 6 2020, 7:46 PM
Herald added a project: Restricted Project. · View Herald Transcript
rriddle accepted this revision.Mar 6 2020, 10:34 PM

Thanks Eugene, looks great.

This revision is now accepted and ready to land.Mar 6 2020, 10:34 PM
jpienaar accepted this revision.Mar 7 2020, 8:14 AM

Thanks!

This revision was automatically updated to reflect the committed changes.