[all-commits] [llvm/llvm-project] 3745e7: [Tosa] Rename variables to coding style guideline ...
Tai Ly via All-commits
all-commits at lists.llvm.org
Wed Oct 18 15:06:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3745e7080746b73377a479b6ceba2dbf25f245e2
https://github.com/llvm/llvm-project/commit/3745e7080746b73377a479b6ceba2dbf25f245e2
Author: Tai Ly <tai.ly at arm.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/lib/Dialect/Tosa/Utils/QuantUtils.cpp
Log Message:
-----------
[Tosa] Rename variables to coding style guideline (#69509)
This patch fixes variable names in the style guide. Specifically, names
in the form xyz_abc are changed to the form xyzAbc
Signed-off-by: Tai Ly <tai.ly at arm.com>
More information about the All-commits
mailing list