This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Fix crash in DropInnerMostUnitDims pattern
ClosedPublic

Authored by ThomasRaoux on May 19 2022, 8:50 AM.

Details

Summary

Fix number of dimensions when incrementally replacing dimensions in
affine map.

Diff Detail

Event Timeline

ThomasRaoux created this revision.May 19 2022, 8:50 AM
Herald added a project: Restricted Project. · View Herald Transcript
ThomasRaoux requested review of this revision.May 19 2022, 8:50 AM
mravishankar accepted this revision.May 19 2022, 9:45 AM

Nice! Thanks!

This revision is now accepted and ready to land.May 19 2022, 9:45 AM