[all-commits] [llvm/llvm-project] e56a9c: Remove redundant return statements (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Jan 7 07:42:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e56a9c9b5b83923b8ed7b21994e6f9f11166aae0
https://github.com/llvm/llvm-project/commit/e56a9c9b5b83923b8ed7b21994e6f9f11166aae0
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M clang-tools-extra/clangd/TUScheduler.cpp
M mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp
M mlir/lib/Dialect/Affine/Utils/Utils.cpp
Log Message:
-----------
Remove redundant return statements (NFC)
Identified by readability-redundant-control-flow.
More information about the All-commits
mailing list