[all-commits] [llvm/llvm-project] 61f33d: [mlir][Vector] Make sure that vector.contract pres...
Adam Paszke via All-commits
all-commits at lists.llvm.org
Thu Mar 23 03:32:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61f33def1375a68afc5681627a62ce24446e45e2
https://github.com/llvm/llvm-project/commit/61f33def1375a68afc5681627a62ce24446e45e2
Author: Adam Paszke <apaszke at google.com>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/ops.mlir
Log Message:
-----------
[mlir][Vector] Make sure that vector.contract preserves extra attributes while parsing
The old implementation parsed the optional attribute dict, only to replace its
contents by using `assign`.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D146707
More information about the All-commits
mailing list