[clang] [compiler-rt] [llvm] [InstrFDO][TypeProf] Implement binary instrumentation and profile read/write (PR #66825)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 28 12:42:08 PDT 2024
================
@@ -1362,8 +1372,8 @@ remapSamples(const sampleprof::FunctionSamples &Samples,
BodySample.second.getSamples());
for (const auto &Target : BodySample.second.getCallTargets()) {
Result.addCalledTargetSamples(BodySample.first.LineOffset,
- MaskedDiscriminator,
- Remapper(Target.first), Target.second);
+ MaskedDiscriminator, Remapper(Target.first),
----------------
snehasish wrote:
nit: This formatting diff seems unrelated to the patch?
https://github.com/llvm/llvm-project/pull/66825
More information about the llvm-commits
mailing list