[all-commits] [llvm/llvm-project] 67b466: [mlir] Removed tight coupling of BufferPlacement p...
Marcel Koester via All-commits
all-commits at lists.llvm.org
Mon May 4 05:29:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 67b466deda1dcee2ba4bea8ad3579415df678249
https://github.com/llvm/llvm-project/commit/67b466deda1dcee2ba4bea8ad3579415df678249
Author: Marcel Koester <marcel.koester at dfki.de>
Date: 2020-05-04 (Mon, 04 May 2020)
Changed paths:
M mlir/lib/Transforms/BufferPlacement.cpp
Log Message:
-----------
[mlir] Removed tight coupling of BufferPlacement pass to Alloc and Dealloc.
The current BufferPlacement implementation tries to find Alloc and Dealloc
operations in order to move them. However, this is a tight coupling to
standard-dialect ops which has been removed in this CL.
Differential Revision: https://reviews.llvm.org/D78993
More information about the All-commits
mailing list