[all-commits] [llvm/llvm-project] f75f39: [MLIR][Linalg] Refactor transforms to use linalg::...
rsuderman via All-commits
all-commits at lists.llvm.org
Mon Jan 11 16:29:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f75f391fc68c125f908292bd7dcd6a413cfa591b
https://github.com/llvm/llvm-project/commit/f75f391fc68c125f908292bd7dcd6a413cfa591b
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
A mlir/include/mlir/Dialect/StandardOps/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Transforms/Bufferize.cpp
M mlir/lib/Dialect/Linalg/Transforms/ElementwiseToLinalg.cpp
M mlir/lib/Dialect/StandardOps/CMakeLists.txt
A mlir/lib/Dialect/StandardOps/Utils/Utils.cpp
M mlir/lib/Transforms/BufferDeallocation.cpp
M mlir/lib/Transforms/PipelineDataTransfer.cpp
Log Message:
-----------
[MLIR][Linalg] Refactor transforms to use linalg::getDynOperands helper
getDynOperands behavior is commonly used in a number of passes. Refactored to
use a helper function and avoid code reuse.
Differential Revision: https://reviews.llvm.org/D94340
More information about the All-commits
mailing list