This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Fix incorrect fusion with reshape ops by linearization.
ClosedPublic

Authored by mravishankar on Jan 21 2022, 9:43 AM.

Details

Summary

Fusion of reshape ops by linearization incorrectly inverted the
indexing map before linearizing dimensions. This leads to incorrect
indexing maps used in the fused operation.

Diff Detail