[all-commits] [llvm/llvm-project] dac27d: [MLIR][Presburger] Add applyDomain/Range to Intege...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Sat May 28 13:40:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dac27da7b941c16f12f439b08da5a4500b268fd9
https://github.com/llvm/llvm-project/commit/dac27da7b941c16f12f439b08da5a4500b268fd9
Author: Groverkss <groverkss at gmail.com>
Date: 2022-05-29 (Sun, 29 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 applyDomain/Range to IntegerRelation
This patch adds support for applying a relation on domain/range of a relation.
Reviewed By: arjunp, ftynse
Differential Revision: https://reviews.llvm.org/D126339
More information about the All-commits
mailing list