[all-commits] [llvm/llvm-project] 9e6e08: [mlir][Analysis][NFC] Reimplement FlatAffineConstr...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Aug 10 23:56:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e6e08149c5f464cdd2650fb1a556847e8e47776
https://github.com/llvm/llvm-project/commit/9e6e08149c5f464cdd2650fb1a556847e8e47776
Author: Matthias Springer <springerm at google.com>
Date: 2021-08-11 (Wed, 11 Aug 2021)
Changed paths:
M mlir/include/mlir/Analysis/AffineStructures.h
M mlir/lib/Analysis/AffineStructures.cpp
Log Message:
-----------
[mlir][Analysis][NFC] Reimplement FlatAffineConstraints::composeMap
Reimplement this function in terms of `composeMatchingMap`.
Also fix a bug in `composeMatchingMap` where local dims of `this` could be missing in `localCst`.
Differential Revision: https://reviews.llvm.org/D107813
More information about the All-commits
mailing list