[all-commits] [llvm/llvm-project] 152e50: [MLIR][Presburger] Carry IdKind information in Lin...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Thu Mar 31 08:13:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 152e501d871f653b2513d1958d431a2e5b05d5b0
https://github.com/llvm/llvm-project/commit/152e501d871f653b2513d1958d431a2e5b05d5b0
Author: Groverkss <groverkss at gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M mlir/lib/Analysis/Presburger/LinearTransform.cpp
Log Message:
-----------
[MLIR][Presburger] Carry IdKind information in LinearTransform::applyTo
This patch fixes a bug in LinearTransform::applyTo where it did not carry the
IdKind information, and instead treated every id as IdKind::Domain.
Reviewed By: arjunp
Differential Revision: https://reviews.llvm.org/D122823
More information about the All-commits
mailing list