This is an archive of the discontinued LLVM Phabricator instance.

[mlir][OpFormatGen] Refactor `type_ref` into a more general `ref` directive
ClosedPublic

Authored by rriddle on Feb 5 2021, 5:05 PM.

Details

Summary

This allows for referencing nearly every component of an operation from within a custom directive.

It also fixes a bug with the current type_ref implementation, PR48478

Diff Detail

Event Timeline

rriddle created this revision.Feb 5 2021, 5:05 PM
rriddle requested review of this revision.Feb 5 2021, 5:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2021, 5:05 PM
nicolasvasilache accepted this revision.Feb 9 2021, 12:00 AM

Thanks! The turnaround was so fast I missed it :)

This revision is now accepted and ready to land.Feb 9 2021, 12:00 AM
This revision was landed with ongoing or failed builds.Feb 9 2021, 2:41 PM
This revision was automatically updated to reflect the committed changes.