[all-commits] [llvm/llvm-project] e07d74: [mlir][linalg] Propagate attributes when doing nam...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Thu Sep 15 11:45:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e07d749e7df07381ed90d564020eda0c1c89d7e3
https://github.com/llvm/llvm-project/commit/e07d749e7df07381ed90d564020eda0c1c89d7e3
Author: Hanhan Wang <hanchung at google.com>
Date: 2022-09-15 (Thu, 15 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Transforms/NamedOpConversions.cpp
M mlir/test/Dialect/Linalg/namedop_conversion.mlir
Log Message:
-----------
[mlir][linalg] Propagate attributes when doing named ops conversion.
Custom attributes can be set on the operation. It prevents them to be
removed when doing named ops conversion.
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D133892
More information about the All-commits
mailing list