This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Fix out of bounds access while handling multiple results.
ClosedPublic

Authored by mravishankar on Aug 24 2022, 7:47 PM.

Details

Summary

Previous change (a7bfdc23ab3ade54da99f0f59dababe4d71ae75b) added
support for fusion of linalg.generic op with tensor.expand_shape
op when the former had multiple results. Fix a bug related to this
that resulted in a segfault.

Diff Detail

Event Timeline

mravishankar created this revision.Aug 24 2022, 7:47 PM
mravishankar requested review of this revision.Aug 24 2022, 7:47 PM
This revision is now accepted and ready to land.Aug 25 2022, 10:20 AM
This revision was landed with ongoing or failed builds.Aug 25 2022, 11:02 AM
This revision was automatically updated to reflect the committed changes.