[all-commits] [llvm/llvm-project] c1a4cd: [mlir][linalg] refactor the result handling during...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Mon Mar 8 23:27:18 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1a4cd551f1c577008c33d78972929ba6593efcc
https://github.com/llvm/llvm-project/commit/c1a4cd551f1c577008c33d78972929ba6593efcc
Author: Tobias Gysi <gysit at google.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
Log Message:
-----------
[mlir][linalg] refactor the result handling during vectorization.
Return the vectorization results using a vector passed by reference instead of returning them embedded in a structure.
Differential Revision: https://reviews.llvm.org/D98182
More information about the All-commits
mailing list