This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Fix folding of vector.extract from vector.broadcast
ClosedPublic

Authored by nicolasvasilache on Nov 28 2022, 6:13 AM.

Details

Summary

This revision fixes a bug in the vector.extract folding that was missing
handling the "dim-1" broadcasting case in vector.broadcast.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache requested review of this revision.Nov 28 2022, 6:13 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm accepted this revision.Nov 28 2022, 7:06 AM
This revision is now accepted and ready to land.Nov 28 2022, 7:06 AM