[all-commits] [llvm/llvm-project] 44f735: [MLIR][Tensor] Add canonicalization for UnpackOp
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Thu Dec 1 06:18:04 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44f73560057609783575d8034cca3f40ae3960eb
https://github.com/llvm/llvm-project/commit/44f73560057609783575d8034cca3f40ae3960eb
Author: Lorenzo Chelini <l.chelini at icloud.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/test/Dialect/Tensor/canonicalize.mlir
Log Message:
-----------
[MLIR][Tensor] Add canonicalization for UnpackOp
pack(unpack(x)) -> x
Reviewed By: hanchung
Differential Revision: https://reviews.llvm.org/D138917
More information about the All-commits
mailing list