This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Add canonicalization for extract of splat
ClosedPublic

Authored by ThomasRaoux on Oct 12 2021, 8:04 PM.

Details

Summary

Make canonicalization working on broadcast also work on splat op.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Oct 12 2021, 8:04 PM
ThomasRaoux requested review of this revision.Oct 12 2021, 8:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2021, 8:04 PM
antiagainst accepted this revision.Oct 13 2021, 6:36 AM
antiagainst added inline comments.
mlir/lib/Dialect/Vector/VectorOps.cpp
2264

Formatting is a bit off here?

This revision is now accepted and ready to land.Oct 13 2021, 6:36 AM

Fix formatting

This revision was landed with ongoing or failed builds.Oct 13 2021, 8:09 AM
This revision was automatically updated to reflect the committed changes.