[all-commits] [llvm/llvm-project] fd8349: [mlir][Linalg] Move `linalg.fill` -> `linalg.pack`...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Mon Sep 11 13:41:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd8349cdb34ef28bec3da226fe63e6822aabd7e7
https://github.com/llvm/llvm-project/commit/fd8349cdb34ef28bec3da226fe63e6822aabd7e7
Author: MaheshRavishankar <1663364+MaheshRavishankar at users.noreply.github.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp
M mlir/test/Dialect/Linalg/canonicalize.mlir
M mlir/test/Dialect/Linalg/data-layout-propagation.mlir
Log Message:
-----------
[mlir][Linalg] Move `linalg.fill` -> `linalg.pack` pattern into `fill` canonicalization patterns. (#66002)
This pattern fits better with the other canonicalization patterns that
exist for `linalg.fill`.
More information about the All-commits
mailing list