This is an archive of the discontinued LLVM Phabricator instance.

[mlir] NFC Replace some code snippets with equivalent method calls
ClosedPublic

Authored by tpopp on Aug 9 2021, 4:21 AM.

Details

Summary

Replace some code snippets With scf::ForOp methods. Additionally,
share a listener at one more point (although this pattern is still
not safe to roll back currently)

Diff Detail

Event Timeline

tpopp created this revision.Aug 9 2021, 4:21 AM
tpopp requested review of this revision.Aug 9 2021, 4:21 AM
springerm accepted this revision.Aug 9 2021, 4:59 AM
This revision is now accepted and ready to land.Aug 9 2021, 4:59 AM
This revision was landed with ongoing or failed builds.Aug 9 2021, 11:22 PM
This revision was automatically updated to reflect the committed changes.