This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Fix bug in `TransferWriteNonPermutationLowering`
ClosedPublic

Authored by springerm on Jul 10 2023, 8:00 AM.

Details

Summary

This pattern expands the rank of the vector. However, the rank of the mask was not expanded.

Diff Detail

Event Timeline

springerm created this revision.Jul 10 2023, 8:00 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Jul 10 2023, 8:00 AM
Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache accepted this revision.Jul 10 2023, 8:16 AM

nice, thanks for finding and fixing!

This revision is now accepted and ready to land.Jul 10 2023, 8:16 AM