[all-commits] [llvm/llvm-project] 373065: [mlir][Linalg] Apply ClangTidy performance finding.
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Fri Sep 2 01:58:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3730658ed95cd82cc2942f39d55610a5d98f8b23
https://github.com/llvm/llvm-project/commit/3730658ed95cd82cc2942f39d55610a5d98f8b23
Author: Adrian Kuegel <akuegel at google.com>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
Log Message:
-----------
[mlir][Linalg] Apply ClangTidy performance finding.
Loop variable is copied but only used as const reference.
More information about the All-commits
mailing list