This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Fix bug in extractFromBroadcast folding
ClosedPublic

Authored by ThomasRaoux on Apr 15 2022, 11:47 AM.

Details

Summary

extract was incorrectly folded when the source was coming from a
broadcast that was both adding new rank and broadcasting the inner
dimension.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Apr 15 2022, 11:47 AM
Herald added a project: Restricted Project. · View Herald Transcript
ThomasRaoux requested review of this revision.Apr 15 2022, 11:47 AM
mravishankar accepted this revision.Apr 15 2022, 11:54 AM
This revision is now accepted and ready to land.Apr 15 2022, 11:54 AM
hanchung accepted this revision.Apr 15 2022, 12:03 PM
This revision was landed with ongoing or failed builds.Apr 15 2022, 12:21 PM
This revision was automatically updated to reflect the committed changes.

Thanks for fixing!