[all-commits] [llvm/llvm-project] 6c0eae: [MLIR][FlatAffineConstraints][NFC] Move some stati...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Fri Dec 24 10:50:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c0eaefaf832745f509841afe4dd8a698671b86e
https://github.com/llvm/llvm-project/commit/6c0eaefaf832745f509841afe4dd8a698671b86e
Author: Groverkss <groverkss at gmail.com>
Date: 2021-12-25 (Sat, 25 Dec 2021)
Changed paths:
M mlir/include/mlir/Analysis/AffineStructures.h
A mlir/include/mlir/Analysis/Presburger/Utils.h
M mlir/lib/Analysis/AffineStructures.cpp
M mlir/lib/Analysis/Presburger/CMakeLists.txt
A mlir/lib/Analysis/Presburger/Utils.cpp
Log Message:
-----------
[MLIR][FlatAffineConstraints][NFC] Move some static functions to be available to Presburger/
This patch moves some static functions from AffineStructures.cpp to
Presburger/Utils.cpp and some to be private members of FlatAffineConstraints
(which will later be moved to IntegerPolyhedron) to allow for a smoother
transition for moving FlatAffineConstraints math functionality to
Presburger/IntegerPolyhedron.
This patch is part of a series of patches for moving math functionality to
Presburger directory.
Reviewed By: arjunp, bondhugula
Differential Revision: https://reviews.llvm.org/D115869
More information about the All-commits
mailing list