[all-commits] [llvm/llvm-project] 6412a1: [mlir] Move common reshapeops-related code to Resh...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Wed Jul 7 05:56:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6412a13539ab2914eed8e1df83c399b9a16e3408
https://github.com/llvm/llvm-project/commit/6412a13539ab2914eed8e1df83c399b9a16e3408
Author: Alexander Belyaev <pifon at google.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
A mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h
M mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/Utils/CMakeLists.txt
A mlir/lib/Dialect/Utils/ReshapeOpsUtils.cpp
Log Message:
-----------
[mlir] Move common reshapeops-related code to ReshapeOpsUtils.h.
This is a first step to move (Tensor)Expand/CollapseShapeOp to tensor/memref
dialects.
Differential Revision: https://reviews.llvm.org/D105547
More information about the All-commits
mailing list