[all-commits] [llvm/llvm-project] 3f22d4: [MLIR] Move `print()` and `dump()` from FlatAffine...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Mon Dec 27 05:18:42 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f22d492ac3c84e9856eff7280ac51a6baa268c6
https://github.com/llvm/llvm-project/commit/3f22d492ac3c84e9856eff7280ac51a6baa268c6
Author: Groverkss <groverkss at gmail.com>
Date: 2021-12-27 (Mon, 27 Dec 2021)
Changed paths:
M mlir/include/mlir/Analysis/AffineStructures.h
M mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h
M mlir/lib/Analysis/AffineStructures.cpp
M mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
Log Message:
-----------
[MLIR] Move `print()` and `dump()` from FlatAffineConstraints to IntegerPolyhedron.
This patch moves `FlatAffineConstraints::print` and
`FlatAffineConstraints::dump()` to IntegerPolyhedron.
Reviewed By: arjunp
Differential Revision: https://reviews.llvm.org/D116289
More information about the All-commits
mailing list