[all-commits] [llvm/llvm-project] 4a1682: [mlir][Linalg] Add some depedence query methods to...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Thu Oct 8 10:29:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4a1682e931c1b4bfed77194fa43d18435f88d092
https://github.com/llvm/llvm-project/commit/4a1682e931c1b4bfed77194fa43d18435f88d092
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Analysis/DependenceAnalysis.h
M mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp
Log Message:
-----------
[mlir][Linalg] Add some depedence query methods to LinalgDependenceGraph.
The methods allow to check
- if an operation has dependencies,
- if there is a dependence from one operation to another.
Differential Revision: https://reviews.llvm.org/D88993
More information about the All-commits
mailing list