This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Tune getTiedIndexingMap method (NFC).
ClosedPublic

Authored by gysit on Aug 25 2021, 11:20 AM.

Details

Summary

Optimize the performance by using the range directly.

Diff Detail

Event Timeline

gysit created this revision.Aug 25 2021, 11:20 AM
gysit requested review of this revision.Aug 25 2021, 11:20 AM
benvanik accepted this revision.Aug 25 2021, 11:35 AM

awesome!

This revision is now accepted and ready to land.Aug 25 2021, 11:35 AM
This revision was automatically updated to reflect the committed changes.