This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Prevent duplicating operations during vector distribute
ClosedPublic

Authored by ThomasRaoux on Feb 8 2023, 11:17 PM.

Details

Summary

We should distribute ops that have other uses than the yield op as this
would duplicate those ops.

Diff Detail