[all-commits] [llvm/llvm-project] b486a9: [MLIR][Presburger] Move IntegerPolyhedron::reset t...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Sun Feb 27 09:01:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b486a9de80188e30fbdfecdce99ec262d2619b00
https://github.com/llvm/llvm-project/commit/b486a9de80188e30fbdfecdce99ec262d2619b00
Author: Groverkss <groverkss at gmail.com>
Date: 2022-02-27 (Sun, 27 Feb 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h
M mlir/include/mlir/Dialect/Affine/Analysis/AffineStructures.h
M mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
M mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp
Log Message:
-----------
[MLIR][Presburger] Move IntegerPolyhedron::reset to FlatAffineConstraints::reset
This patch moves IntegerPolyhedron::reset to FlatAffineConstraints::reset. This
function is not required in IntegerPolyhedron and creates ambiguity while
shifting implementations to IntegerRelation.
This patch is part of a series of patches to introduce relations in Presburger
library.
Reviewed By: arjunp
Differential Revision: https://reviews.llvm.org/D120628
More information about the All-commits
mailing list