This is an archive of the discontinued LLVM Phabricator instance.

[mlir][IR] Add a Region::getOps method that returns a range of immediately nested operations
ClosedPublic

Authored by rriddle on Apr 28 2020, 5:40 PM.

Details

Summary

This allows for walking the operations nested directly within a region, without traversing nested regions.

Diff Detail

Event Timeline

rriddle created this revision.Apr 28 2020, 5:40 PM
Herald added a project: Restricted Project. · View Herald Transcript
herhut accepted this revision.May 4 2020, 7:49 AM

Nice!

This revision is now accepted and ready to land.May 4 2020, 7:49 AM
This revision was automatically updated to reflect the committed changes.