[all-commits] [llvm/llvm-project] fbeb0d: [MLIR][Presburger] LexSimplex: support is{Redundan...
Arjun P via All-commits
all-commits at lists.llvm.org
Sat Apr 2 03:31:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbeb0db54ff48d29134a3e36b41df71b71ced5cd
https://github.com/llvm/llvm-project/commit/fbeb0db54ff48d29134a3e36b41df71b71ced5cd
Author: Arjun P <arjunpitchanathan at gmail.com>
Date: 2022-04-02 (Sat, 02 Apr 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/Simplex.h
M mlir/lib/Analysis/Presburger/Simplex.cpp
M mlir/unittests/Analysis/Presburger/SimplexTest.cpp
Log Message:
-----------
[MLIR][Presburger] LexSimplex: support is{Redundant,Separate}Inequality
Add integer-exact checks for inequalities being separate and redundant in LexSimplex.
Reviewed By: Groverkss
Differential Revision: https://reviews.llvm.org/D122921
More information about the All-commits
mailing list