[all-commits] [llvm/llvm-project] 91c320: [mlir] Add check for ViewLikeOpInterface that crea...
dfki-jugr via All-commits
all-commits at lists.llvm.org
Fri Jul 3 07:43:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 91c320e9d852120f011028e15ff0e25cdf762aad
https://github.com/llvm/llvm-project/commit/91c320e9d852120f011028e15ff0e25cdf762aad
Author: Julian Gross <julian.gross at dfki.de>
Date: 2020-07-03 (Fri, 03 Jul 2020)
Changed paths:
M mlir/lib/Transforms/BufferPlacement.cpp
M mlir/test/Transforms/buffer-placement.mlir
Log Message:
-----------
[mlir] Add check for ViewLikeOpInterface that creates additional aliases.
ViewLikeOpInterfaces introduce new aliases that need to be added to the alias
list. This is necessary to place deallocs in the right positions.
Differential Revision: https://reviews.llvm.org/D83044
More information about the All-commits
mailing list