[all-commits] [llvm/llvm-project] f168a6: [MLIR][Presburger] Add intersectDomain/Range to In...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Fri May 27 03:24:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f168a65943f934bcb161e01a600b9bb4e4340c24
https://github.com/llvm/llvm-project/commit/f168a65943f934bcb161e01a600b9bb4e4340c24
Author: Groverkss <groverkss at gmail.com>
Date: 2022-05-27 (Fri, 27 May 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/IntegerRelation.h
M mlir/lib/Analysis/Presburger/IntegerRelation.cpp
M mlir/unittests/Analysis/Presburger/IntegerRelationTest.cpp
Log Message:
-----------
[MLIR][Presburger] Add intersectDomain/Range to IntegerRelation
This patch adds support for intersection a set with a relation.
Reviewed By: arjunp
Differential Revision: https://reviews.llvm.org/D126328
More information about the All-commits
mailing list