[llvm] [MC][profgen][NFC] Expand auto for MCDecodedPseudoProbe (PR #102788)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 10 23:52:17 PDT 2024
================
@@ -657,7 +657,7 @@ MCPseudoProbeDecoder::getCallProbeForAddr(uint64_t Address) const {
const auto &Probes = It->second;
const MCDecodedPseudoProbe *CallProbe = nullptr;
- for (const auto &Probe : Probes) {
----------------
WenleiHe wrote:
Your assumption is right, and you do what's needed to help reviewer. More often than not splitting helps, but not always. It's not about personal preference, but what helps reviewer.
https://github.com/llvm/llvm-project/pull/102788
More information about the llvm-commits
mailing list