This is an archive of the discontinued LLVM Phabricator instance.

[mlir-translate] Teach these tools about --allow-unregistered-dialect
ClosedPublic

Authored by lattner on Feb 2 2022, 9:42 PM.

Details

Summary

Some translations do work with unregistered dialects, this allows one
to write testcases against them. It works the same way as it does for
mlir-opt.

Diff Detail

Event Timeline

lattner created this revision.Feb 2 2022, 9:42 PM
lattner requested review of this revision.Feb 2 2022, 9:42 PM
mehdi_amini accepted this revision.Feb 2 2022, 11:55 PM
This revision is now accepted and ready to land.Feb 2 2022, 11:55 PM
rriddle accepted this revision.Feb 3 2022, 7:41 AM
This revision was landed with ongoing or failed builds.Feb 3 2022, 9:00 AM
This revision was automatically updated to reflect the committed changes.

Thank you for the review!