This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Fix linalg.transpose region builder.
ClosedPublic

Authored by olegshyshkov on Oct 28 2022, 1:29 AM.

Details

Summary

The region should yield the first argument (input) not the last argument
(output). Also fix a few tests that were affected by this bug.

Diff Detail

Event Timeline

olegshyshkov created this revision.Oct 28 2022, 1:29 AM
Herald added a project: Restricted Project. · View Herald Transcript
olegshyshkov requested review of this revision.Oct 28 2022, 1:29 AM
nicolasvasilache accepted this revision.Oct 28 2022, 1:46 AM
This revision is now accepted and ready to land.Oct 28 2022, 1:46 AM
This revision was landed with ongoing or failed builds.Oct 28 2022, 2:20 AM
This revision was automatically updated to reflect the committed changes.