[all-commits] [llvm/llvm-project] efd050: [mlir] Add hoisting transformation for transfer op...
Thomas via All-commits
all-commits at lists.llvm.org
Wed Jan 6 14:28:38 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: efd05040e13e942a4fbb79eb798fb9833e319b51
https://github.com/llvm/llvm-project/commit/efd05040e13e942a4fbb79eb798fb9833e319b51
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Hoisting.h
M mlir/include/mlir/Dialect/Vector/VectorUtils.h
M mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
M mlir/lib/Dialect/Vector/VectorUtils.cpp
M mlir/test/Dialect/Linalg/hoisting.mlir
M mlir/test/lib/Transforms/TestLinalgHoisting.cpp
Log Message:
-----------
[mlir] Add hoisting transformation for transfer ops on tensor
Add same hoisting transformation existing for transfer ops on buffers for
transfer_ops on tensor. The logic is significantly different so this is done as
a separate transformation and it is expect that user would know which
transformation to use based on the flow.
Differential Revision: https://reviews.llvm.org/D94115
More information about the All-commits
mailing list