[all-commits] [llvm/llvm-project] 9f2424: [MLIR][Linalg] Rename `packElementWiseOp` to `pack...
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Mon May 8 00:58:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f242404296fae2998c94148d0825b0bb3a3e0ba
https://github.com/llvm/llvm-project/commit/9f242404296fae2998c94148d0825b0bb3a3e0ba
Author: Lorenzo Chelini <l.chelini at icloud.com>
Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp
M mlir/test/Dialect/Linalg/data-layout-propagation.mlir
Log Message:
-----------
[MLIR][Linalg] Rename `packElementWiseOp` to `packGenericOp` (NFC)
Commit b4563ee17ce45728a323c2708e549627b0a8ee9c enabled propagation for
pack and unpack through non-elementwise operations, update comments and
methods names to reflect the changes made.
Rework some tests where the `linalg.generic` was reading from
`tensor.empty`, which is undefined behaviour.
Reviewed By: hanchung, qedawkins
Differential Revision: https://reviews.llvm.org/D149952
More information about the All-commits
mailing list