[all-commits] [llvm/llvm-project] 866391: [MLIR][Presburger] Implement getDomainSet and getR...
Bharathi Ramana Joshi via All-commits
all-commits at lists.llvm.org
Sat Aug 19 03:43:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 866391580b90531896dff7ffc28ecd961cb18084
https://github.com/llvm/llvm-project/commit/866391580b90531896dff7ffc28ecd961cb18084
Author: iambrj <joshibharathiramana at gmail.com>
Date: 2023-08-19 (Sat, 19 Aug 2023)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/PresburgerRelation.h
M mlir/lib/Analysis/Presburger/PresburgerRelation.cpp
M mlir/unittests/Analysis/Presburger/PresburgerRelationTest.cpp
Log Message:
-----------
[MLIR][Presburger] Implement getDomainSet and getRangeSet for PresburgerRelation
This patch implements getDomainSet and getRangeSet for PresburgerRelation
Reviewed By: Groverkss
Differential Revision: https://reviews.llvm.org/D158263
More information about the All-commits
mailing list