[all-commits] [llvm/llvm-project] 479c4f: [MLIR][Presburger] Refactor division representatio...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Thu Jul 7 07:06:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 479c4f648a021f1efdc30312bab804a71447e15f
https://github.com/llvm/llvm-project/commit/479c4f648a021f1efdc30312bab804a71447e15f
Author: Groverkss <groverkss at gmail.com>
Date: 2022-07-07 (Thu, 07 Jul 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/IntegerRelation.h
M mlir/include/mlir/Analysis/Presburger/Matrix.h
M mlir/include/mlir/Analysis/Presburger/Utils.h
M mlir/lib/Analysis/Presburger/IntegerRelation.cpp
M mlir/lib/Analysis/Presburger/Matrix.cpp
M mlir/lib/Analysis/Presburger/PresburgerRelation.cpp
M mlir/lib/Analysis/Presburger/Utils.cpp
M mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp
M mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp
Log Message:
-----------
[MLIR][Presburger] Refactor division representation to DivisionRepr
This patch refactors existing implementations of division representation storage
into a new class, DivisionRepr. This refactoring is done so that the common
division utilities can be shared in an upcoming patch.
Reviewed By: arjunp
Differential Revision: https://reviews.llvm.org/D129146
More information about the All-commits
mailing list