[all-commits] [llvm/llvm-project] cb5de7: [mlir][Vector] NFC - Compress vector to outerprodu...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Jul 2 14:25:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb5de7c813f976dd458bd2a7f40702ba648bf650
https://github.com/llvm/llvm-project/commit/cb5de7c813f976dd458bd2a7f40702ba648bf650
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-07-02 (Fri, 02 Jul 2021)
Changed paths:
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
Log Message:
-----------
[mlir][Vector] NFC - Compress vector to outerproduct lowering.
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.
Differential Revision: https://reviews.llvm.org/D105367
More information about the All-commits
mailing list