[all-commits] [llvm/llvm-project] ec10ff: [MLIR][Presburger] Support isSubsetOf in Presburge...
Arjun P via All-commits
all-commits at lists.llvm.org
Wed Feb 2 05:14:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec10ff37e2c3a2294e6bf795d1692a13c168bb2b
https://github.com/llvm/llvm-project/commit/ec10ff37e2c3a2294e6bf795d1692a13c168bb2b
Author: Arjun P <arjunpitchanathan at gmail.com>
Date: 2022-02-02 (Wed, 02 Feb 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h
M mlir/include/mlir/Analysis/Presburger/PresburgerSet.h
M mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
M mlir/lib/Analysis/Presburger/PresburgerSet.cpp
Log Message:
-----------
[MLIR][Presburger] Support isSubsetOf in PresburgerSet and IntegerPolyhedron
Also support isEqual in IntegerPolyhedron.
Reviewed By: Groverkss
Differential Revision: https://reviews.llvm.org/D118778
More information about the All-commits
mailing list