[all-commits] [llvm/llvm-project] 7ea949: [mlir] Allow RegionBranchOps in dependence analysis
Tres via All-commits
all-commits at lists.llvm.org
Wed Dec 9 13:36:27 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7ea94922fa0d8ac6b041c0dc4cd9f8135f0e60bb
https://github.com/llvm/llvm-project/commit/7ea94922fa0d8ac6b041c0dc4cd9f8135f0e60bb
Author: Tres Popp <tpopp at google.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp
Log Message:
-----------
[mlir] Allow RegionBranchOps in dependence analysis
This is to prevent assertion failures on scf.if and shape.assuming
operations where this is not enough information currently to handle any
aliasing information.
Differential Revision: https://reviews.llvm.org/D92963
More information about the All-commits
mailing list