[all-commits] [llvm/llvm-project] 0e54d9: [MLIR] Fix hasNoInterveningEffect in the presence ...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Thu Aug 11 08:42:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e54d9dfdce3c6f015e056518e0a2e8319da19ab
https://github.com/llvm/llvm-project/commit/0e54d9dfdce3c6f015e056518e0a2e8319da19ab
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2022-08-11 (Thu, 11 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Affine/Analysis/AffineAnalysis.h
M mlir/lib/Dialect/Affine/Utils/Utils.cpp
M mlir/test/Dialect/Affine/scalrep.mlir
Log Message:
-----------
[MLIR] Fix hasNoInterveningEffect in the presence of ops from different affine scopes
Fix hasNoInterveningEffect in the presence of ops from different affine
scopes. Also, correctly check for dependence failures as well instead of
just for the existence of a dependence.
Differential Revision: https://reviews.llvm.org/D131641
More information about the All-commits
mailing list