[all-commits] [llvm/llvm-project] 5b2e61: [MLIR][FlatAffineConstraints][NFC] Move some stati...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Sat Dec 25 09:17:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b2e611b734cb64c5600c1c8d0a6b4881a05f874
https://github.com/llvm/llvm-project/commit/5b2e611b734cb64c5600c1c8d0a6b4881a05f874
Author: Groverkss <groverkss at gmail.com>
Date: 2021-12-25 (Sat, 25 Dec 2021)
Changed paths:
M mlir/include/mlir/Analysis/AffineStructures.h
M mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h
A mlir/include/mlir/Analysis/Presburger/Utils.h
M mlir/lib/Analysis/AffineStructures.cpp
M mlir/lib/Analysis/Presburger/CMakeLists.txt
M mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
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