This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] provide bindings for the SCF dialect
ClosedPublic

Authored by ftynse on Sep 29 2021, 12:43 PM.

Details

Summary

This is an important core dialect that has not been exposed previously. Set up
the default bindings generation and provide a nicer wrapper for the for loop
with access to the loop configuration and body.

Depends On D110758

Diff Detail

Event Timeline

ftynse created this revision.Sep 29 2021, 12:43 PM
ftynse requested review of this revision.Sep 29 2021, 12:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2021, 12:43 PM
stellaraccident accepted this revision.Sep 29 2021, 9:16 PM

Thank you for this. Have meant to do this multiple times over the last year but never quite managed it.

This revision is now accepted and ready to land.Sep 29 2021, 9:16 PM
This revision was automatically updated to reflect the committed changes.