This is an archive of the discontinued LLVM Phabricator instance.

[mlir][affine] Make loop tiling default options explicit
ClosedPublic

Authored by Lewuathe on Jun 13 2022, 9:16 PM.

Details

Summary

Make default loop tiling options explicit from CLI options. We can also set default value for separate option which is declared implicitly.

Diff Detail

Event Timeline

Lewuathe created this revision.Jun 13 2022, 9:16 PM
Lewuathe requested review of this revision.Jun 13 2022, 9:16 PM
ayzhuang accepted this revision.Jun 14 2022, 8:37 AM

LGTM, thanks.

This revision is now accepted and ready to land.Jun 14 2022, 8:37 AM
This revision was automatically updated to reflect the committed changes.