[all-commits] [llvm/llvm-project] e89721: [MLIR][Presburger] Remove redundant check from has...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Sat Feb 26 08:35:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e897214e97f20e954a7d65a6cc5873be366ad822
https://github.com/llvm/llvm-project/commit/e897214e97f20e954a7d65a6cc5873be366ad822
Author: Groverkss <groverkss at gmail.com>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
Log Message:
-----------
[MLIR][Presburger] Remove redundant check from hasConsistentState
This patch removes a redundant check in hasConsistentState which is always true
after introduction of PresburgerSpace.
Reviewed By: arjunp
Differential Revision: https://reviews.llvm.org/D120615
More information about the All-commits
mailing list