[all-commits] [llvm/llvm-project] 9f8cb6: [MLIR][Presburger] Support finding integer lexmin ...
Arjun P via All-commits
all-commits at lists.llvm.org
Mon Feb 21 13:02:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f8cb68570d886025df36445ae04d4e16e32a128
https://github.com/llvm/llvm-project/commit/9f8cb68570d886025df36445ae04d4e16e32a128
Author: Arjun P <arjunpitchanathan at gmail.com>
Date: 2022-02-21 (Mon, 21 Feb 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/Fraction.h
M mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h
M mlir/include/mlir/Analysis/Presburger/Simplex.h
M mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
M mlir/lib/Analysis/Presburger/Simplex.cpp
M mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp
Log Message:
-----------
[MLIR][Presburger] Support finding integer lexmin in IntegerPolyhedron
Note: this does not yet support PrebsurgerSets.
Reviewed By: Groverkss
Differential Revision: https://reviews.llvm.org/D120239
More information about the All-commits
mailing list