This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] NFC - Compress vector to outerproduct lowering.
ClosedPublic

Authored by nicolasvasilache on Jul 2 2021, 12:53 PM.

Details

Summary

The implementation has become too unwieldy and cognitive overhead wins.
Instead compress the implementation in preparation for additional lowering paths.

This is a resubmit of https://reviews.llvm.org/D105359 without ordering ambiguities.

Diff Detail