This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Extend pattern to trim lead unit dimension to Splat Op
ClosedPublic

Authored by ThomasRaoux on May 7 2021, 1:51 PM.

Details

Summary

Extend the broadcast pattern to support also SplatOp. SplatOp on vector handles a subset of what vector.broadcast does.

Diff Detail

Event Timeline

ThomasRaoux created this revision.May 7 2021, 1:51 PM
ThomasRaoux requested review of this revision.May 7 2021, 1:51 PM
mravishankar accepted this revision.May 7 2021, 1:53 PM
This revision is now accepted and ready to land.May 7 2021, 1:53 PM
This revision was landed with ongoing or failed builds.May 7 2021, 1:56 PM
This revision was automatically updated to reflect the committed changes.