This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] refactor the result handling during vectorization.
ClosedPublic

Authored by gysit on Mar 8 2021, 8:09 AM.

Details

Summary

Return the vectorization results using a vector passed by reference instead of returning them embedded in a structure.

Diff Detail

Event Timeline

gysit created this revision.Mar 8 2021, 8:09 AM
gysit requested review of this revision.Mar 8 2021, 8:09 AM
nicolasvasilache accepted this revision.Mar 8 2021, 8:37 AM
This revision is now accepted and ready to land.Mar 8 2021, 8:37 AM