This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add regions to OpAdaptor
ClosedPublic

Authored by jpienaar on Feb 25 2021, 6:22 PM.

Details

Summary

Allows querying regions too via OpAdaptor's generated. This does not yet move region verification to adaptor nor require regions for ops where needed. Currently just a convenience to access regions by name.

Diff Detail

Event Timeline

jpienaar created this revision.Feb 25 2021, 6:22 PM
jpienaar requested review of this revision.Feb 25 2021, 6:22 PM
mehdi_amini accepted this revision.Feb 25 2021, 6:32 PM
This revision is now accepted and ready to land.Feb 25 2021, 6:32 PM
This revision was landed with ongoing or failed builds.Feb 26 2021, 4:25 PM
This revision was automatically updated to reflect the committed changes.