[all-commits] [llvm/llvm-project] b8b516: [mlir] Apply ClangTidy performance finding.
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Tue Oct 4 05:08:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8b5165f67687ae32f9e0a55ded751d4a42ff309
https://github.com/llvm/llvm-project/commit/b8b5165f67687ae32f9e0a55ded751d4a42ff309
Author: Adrian Kuegel <akuegel at google.com>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M mlir/test/lib/Interfaces/TilingInterface/TestTilingInterface.cpp
Log Message:
-----------
[mlir] Apply ClangTidy performance finding.
loop variable is copied but only used as const reference.
More information about the All-commits
mailing list