This is an archive of the discontinued LLVM Phabricator instance.

[mlir] NFC - Refactor and expose a helper printOffsetSizesAndStrides helper function.
ClosedPublic

Authored by nicolasvasilache on Nov 24 2020, 6:54 AM.

Details

Summary

Print part of an op of the form:

<optional-offset-prefix>`[` offset-list `]`
<optional-size-prefix>`[` size-list `]`
<optional-stride-prefix>[` stride-list `]`

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Nov 24 2020, 6:54 AM
pifon2a accepted this revision.Nov 24 2020, 7:06 AM
This revision is now accepted and ready to land.Nov 24 2020, 7:06 AM
This revision was landed with ongoing or failed builds.Nov 24 2020, 12:02 PM
This revision was automatically updated to reflect the committed changes.