[all-commits] [llvm/llvm-project] cfd6ba: [MLIR][Presburger] rename get*LexMin -> find*LexMin
Arjun P via All-commits
all-commits at lists.llvm.org
Tue Feb 22 03:05:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cfd6ba89fd9f0572a9aaf76ff3da3f46e265ad75
https://github.com/llvm/llvm-project/commit/cfd6ba89fd9f0572a9aaf76ff3da3f46e265ad75
Author: Arjun P <arjunpitchanathan at gmail.com>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h
M mlir/include/mlir/Analysis/Presburger/Simplex.h
M mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
M mlir/lib/Analysis/Presburger/Simplex.cpp
M mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp
Log Message:
-----------
[MLIR][Presburger] rename get*LexMin -> find*LexMin
This reflects the fact that we are performing some non-trivial computations
here. Also, this is more uniform in line with findIntegerSample.
More information about the All-commits
mailing list