This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Add inlineRegion overloads that take a block iterator insert position
ClosedPublic

Authored by rriddle on Aug 23 2021, 12:29 PM.

Details

Summary

This allows for inlining into an empty block or to the beginning of a block. NFC as the existing implementations now foward to this overload.

Diff Detail

Event Timeline

rriddle created this revision.Aug 23 2021, 12:29 PM
rriddle requested review of this revision.Aug 23 2021, 12:29 PM
benvanik accepted this revision.Aug 23 2021, 12:31 PM
This revision is now accepted and ready to land.Aug 23 2021, 12:31 PM
This revision was landed with ongoing or failed builds.Aug 23 2021, 12:55 PM
This revision was automatically updated to reflect the committed changes.