[all-commits] [llvm/llvm-project] 15650b: [MLIR][Presburger] Remove inheritence in MultiAffi...
Kunwar Shaanjeet Singh Grover via All-commits
all-commits at lists.llvm.org
Mon Apr 18 12:58:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15650b320bf6a1ce5b7e00147d1cf2725946aab2
https://github.com/llvm/llvm-project/commit/15650b320bf6a1ce5b7e00147d1cf2725946aab2
Author: Groverkss <groverkss at gmail.com>
Date: 2022-04-19 (Tue, 19 Apr 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/IntegerRelation.h
M mlir/include/mlir/Analysis/Presburger/PWMAFunction.h
M mlir/include/mlir/Analysis/Presburger/Utils.h
M mlir/lib/Analysis/Presburger/IntegerRelation.cpp
M mlir/lib/Analysis/Presburger/PWMAFunction.cpp
M mlir/lib/Analysis/Presburger/Utils.cpp
Log Message:
-----------
[MLIR][Presburger] Remove inheritence in MultiAffineFunction
This patch removes inheritence of MultiAffineFunction from IntegerPolyhedron
and instead makes IntegerPolyhedron as a member.
This patch removes virtualization in MultiAffineFunction and also removes
unnecessary functions inherited from IntegerPolyhedron.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D123921
More information about the All-commits
mailing list