[all-commits] [llvm/llvm-project] 53f174: ProfileSummary.cpp - use auto const& iterator in f...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Sep 21 08:56:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 53f1748c131c8d7ff0bb5e5c77132780c5d1fbc7
https://github.com/llvm/llvm-project/commit/53f1748c131c8d7ff0bb5e5c77132780c5d1fbc7
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M llvm/lib/IR/ProfileSummary.cpp
Log Message:
-----------
ProfileSummary.cpp - use auto const& iterator in for-range loop to avoid copies. NFCI.
Commit: 604206b61cb948c01b438dd06b3b7bc837e99455
https://github.com/llvm/llvm-project/commit/604206b61cb948c01b438dd06b3b7bc837e99455
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
Log Message:
-----------
Fix Wdocumentation unknown parameter warnings. NFCI.
Commit: ce294ff8cddf110cefd5955cf30c575c7838b452
https://github.com/llvm/llvm-project/commit/ce294ff8cddf110cefd5955cf30c575c7838b452
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M llvm/lib/CodeGen/MachineCSE.cpp
Log Message:
-----------
MachineCSE.cpp - use auto const& iterator in for-range loop to avoid copies. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/96e52c13640b...ce294ff8cddf
More information about the All-commits
mailing list