[all-commits] [llvm/llvm-project] bf3861: [mlir][Linalg] Change LinalgDependenceGraph to use...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Fri Nov 13 12:35:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf3861bf71b61024e5988d15655aee826fc12313
https://github.com/llvm/llvm-project/commit/bf3861bf71b61024e5988d15655aee826fc12313
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2020-11-13 (Fri, 13 Nov 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Analysis/DependenceAnalysis.h
M mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp
M mlir/test/lib/Transforms/TestLinalgFusionTransforms.cpp
Log Message:
-----------
[mlir][Linalg] Change LinalgDependenceGraph to use LinalgOp.
Using LinalgOp will reduce the repeated conversion from Operation <->
LinalgOp.
Differential Revision: https://reviews.llvm.org/D91101
More information about the All-commits
mailing list