[all-commits] [llvm/llvm-project] 0841f7: [MLIR][Linalg] Fix assertion in dependency analysis
frgossen via All-commits
all-commits at lists.llvm.org
Tue Sep 22 03:22:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0841f7172b74e1cbe2ce9839e5f4e1f0c2836bef
https://github.com/llvm/llvm-project/commit/0841f7172b74e1cbe2ce9839e5f4e1f0c2836bef
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp
Log Message:
-----------
[MLIR][Linalg] Fix assertion in dependency analysis
The assertion falsely expected ranked memrefs only. Now both, ranked and
unranked memrefs are allowed.
Differential Revision: https://reviews.llvm.org/D88080
More information about the All-commits
mailing list