This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Allow RegionRange to accept ArrayRef<Region *>
ClosedPublic

Authored by Mogball on Mar 25 2022, 3:44 PM.

Details

Summary

Adds another pointer to the union in RegionRange to allow RegionRange to work on ArrayRef<Region *> (i.e. vectors of Region *).

Diff Detail

Event Timeline

Mogball created this revision.Mar 25 2022, 3:44 PM
Herald added a project: Restricted Project. · View Herald Transcript
Mogball requested review of this revision.Mar 25 2022, 3:44 PM
Mogball updated this revision to Diff 418610.Mar 28 2022, 9:12 AM

rebase (fix bazel build maybe)

rriddle accepted this revision.Mar 28 2022, 10:09 AM
This revision is now accepted and ready to land.Mar 28 2022, 10:09 AM
This revision was landed with ongoing or failed builds.Mar 28 2022, 12:39 PM
This revision was automatically updated to reflect the committed changes.