[all-commits] [llvm/llvm-project] 59582a: [MLIR][Linalg] Canonicalization patterns for linal...
nirvedhmeshram via All-commits
all-commits at lists.llvm.org
Tue Mar 15 11:50:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59582adc3dfb6728fb447e1b086376a6404e281f
https://github.com/llvm/llvm-project/commit/59582adc3dfb6728fb447e1b086376a6404e281f
Author: Nirvedh <nirvedh at nod-labs.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/test/Dialect/Linalg/canonicalize.mlir
M mlir/test/Dialect/Linalg/fusion-indexed.mlir
Log Message:
-----------
[MLIR][Linalg] Canonicalization patterns for linalg.generic.
Fold linalg.fill into linalg.generic.
Remove dead arguments used in linalg.generic.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D121535
More information about the All-commits
mailing list