[all-commits] [llvm/llvm-project] f8e59b: [mlir][arith] Move getNeutralElement from Linalg u...
qcolombet via All-commits
all-commits at lists.llvm.org
Tue Jul 4 05:01:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8e59b09f42ccc4d386b0563fc89807e4d5b35a2
https://github.com/llvm/llvm-project/commit/f8e59b09f42ccc4d386b0563fc89807e4d5b35a2
Author: Quentin Colombet <quentin.colombet at gmail.com>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Arith/IR/Arith.h
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/SplitReduction.cpp
M mlir/lib/Dialect/Linalg/Transforms/TilingInterfaceImpl.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/test/Dialect/Linalg/transform-tile-reduction.mlir
Log Message:
-----------
[mlir][arith] Move getNeutralElement from Linalg utils to arith
This consolidates where this kind of implementations lives and
refactor the code to have more code sharing.
NFC
Differential Revision: https://reviews.llvm.org/D154362
More information about the All-commits
mailing list