This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add helper to update IndexOps after tiling (NFC).
ClosedPublic

Authored by gysit on Sep 14 2021, 7:08 AM.

Details

Summary

Add the addTileLoopIvsToIndexOpResults method to shift the IndexOp results after tiling.

Diff Detail