[all-commits] [llvm/llvm-project] eae62b: [mlir][Presburger] Introduce Domain and Range iden...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Fri Feb 18 11:01:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eae62b226630377e7b88ed019fa3b6c7cec12fd8
https://github.com/llvm/llvm-project/commit/eae62b226630377e7b88ed019fa3b6c7cec12fd8
Author: Groverkss <groverkss at gmail.com>
Date: 2022-02-19 (Sat, 19 Feb 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/PresburgerSpace.h
M mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
M mlir/lib/Analysis/Presburger/PresburgerSpace.cpp
M mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp
M mlir/unittests/Analysis/Presburger/CMakeLists.txt
M mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp
A mlir/unittests/Analysis/Presburger/PresburgerSpaceTest.cpp
Log Message:
-----------
[mlir][Presburger] Introduce Domain and Range identifiers in PresburgerSpace
This patch introducing seperating dimensions into two types: Domain and Range.
This allows building relations over PresburgerSpace.
This patch is part of a series of patches to introduce relations in Presburger
library.
Reviewed By: arjunp
Differential Revision: https://reviews.llvm.org/D119709
More information about the All-commits
mailing list