This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Update result position calculation in the Structured Op Interface (NFC).
ClosedPublic

Authored by gysit on May 31 2021, 4:13 AM.

Details

Summary

Remove two unused methods and replace the implementation of getResultsPositionInLoopsToShapeMap. The patch is based on https://reviews.llvm.org/D103394.

Diff Detail

Event Timeline

gysit created this revision.May 31 2021, 4:13 AM
gysit requested review of this revision.May 31 2021, 4:13 AM
mravishankar accepted this revision.Jun 1 2021, 11:07 AM
mravishankar added inline comments.
mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
792

I was using this at a point of time, but they are dead now. Ok to drop it for now.

This revision is now accepted and ready to land.Jun 1 2021, 11:07 AM
This revision was landed with ongoing or failed builds.Jun 2 2021, 5:54 AM
This revision was automatically updated to reflect the committed changes.