[all-commits] [llvm/llvm-project] 33afea: [MLIR] Simplex: rename num{Variables, Constraints} ...
Arjun P via All-commits
all-commits at lists.llvm.org
Sat Sep 18 10:10:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33afea548892b2e7f0f7636ab17367da59f42c4a
https://github.com/llvm/llvm-project/commit/33afea548892b2e7f0f7636ab17367da59f42c4a
Author: Arjun P <arjunpitchanathan at gmail.com>
Date: 2021-09-18 (Sat, 18 Sep 2021)
Changed paths:
M mlir/include/mlir/Analysis/Presburger/Simplex.h
M mlir/lib/Analysis/Presburger/Simplex.cpp
M mlir/lib/Analysis/PresburgerSet.cpp
M mlir/unittests/Analysis/Presburger/SimplexTest.cpp
Log Message:
-----------
[MLIR] Simplex: rename num{Variables,Constraints} to getNum{Variables,Constraints}
As per the LLVM Coding Standards, function names should be verb phrases.
More information about the All-commits
mailing list