[all-commits] [llvm/llvm-project] ff6f4a: Reduce input arguments for `getPackingInfoFromCons...
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Wed Jan 18 10:03:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff6f4ae7b7a93e97a9a7ab0516f77baebc960d1c
https://github.com/llvm/llvm-project/commit/ff6f4ae7b7a93e97a9a7ab0516f77baebc960d1c
Author: Lorenzo Chelini <l.chelini at icloud.com>
Date: 2023-01-18 (Wed, 18 Jan 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp
Log Message:
-----------
Reduce input arguments for `getPackingInfoFromConsumer` (NFC)
Pass to `getPackingInfoFromConsumer` the tensor.pack op instead of all
the arguments derived from it. Additionally, remove the padding from the
struct, as we currently don't handle propagation when `tensor.pack`
requires padding. We will add back the field when we will need it.
Reviewed By: hanchung
Differential Revision: https://reviews.llvm.org/D141837
More information about the All-commits
mailing list