[all-commits] [llvm/llvm-project] 3c057a: [MLIR][Presburger] Add getDomainSet, getRangeSet t...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Wed May 25 07:06:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c057ac2c28446ded80c3e91794c15d0c40a2d78
https://github.com/llvm/llvm-project/commit/3c057ac2c28446ded80c3e91794c15d0c40a2d78
Author: Groverkss <groverkss at gmail.com>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/IntegerRelation.h
M mlir/lib/Analysis/Presburger/IntegerRelation.cpp
M mlir/unittests/Analysis/Presburger/CMakeLists.txt
A mlir/unittests/Analysis/Presburger/IntegerRelationTest.cpp
Log Message:
-----------
[MLIR][Presburger] Add getDomainSet, getRangeSet to IntegerRelation
This patch adds support for obtaining a set corresponding to the domain/range
of the relation.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D126326
More information about the All-commits
mailing list