[all-commits] [llvm/llvm-project] 87e07b: [mlir] Use memory effect to detecting allocation
Lei Zhang via All-commits
all-commits at lists.llvm.org
Thu Apr 30 06:27:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 87e07b4c643f5dccd8ce202be0e715ddd3a0998e
https://github.com/llvm/llvm-project/commit/87e07b4c643f5dccd8ce202be0e715ddd3a0998e
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp
M mlir/test/Dialect/Linalg/fusion.mlir
Log Message:
-----------
[mlir] Use memory effect to detecting allocation
This commit marks AllocLikeOp as MemAlloc in StandardOps.
Also in Linalg dependency analysis use memory effect to detect
allocation. This allows the dependency analysis to be more
general and recognize other allocation-like operations.
Differential Revision: https://reviews.llvm.org/D78705
More information about the All-commits
mailing list