[PATCH] D121862: [ProfSampleLoader] When disable-sample-loader-inlining is true, merge profiles of inlined instances to outlining versions.

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 10:00:42 PDT 2022


wenlei added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/SampleProfile.cpp:1509
                      Candidate.CallsiteDistribution};
+
         if (tryPromoteAndInlineCandidate(F, Candidate, SumOrigin, Sum,
----------------
I'd avoid random white space changes in general, unless you're intentionally fixing some format issues.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121862/new/

https://reviews.llvm.org/D121862



More information about the llvm-commits mailing list