[llvm] [BOLT] Hash-based function matching (PR #96572)

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 14:04:05 PDT 2024


================
@@ -439,6 +495,11 @@ Error YAMLProfileReader::readProfile(BinaryContext &BC) {
 
   BC.setNumUnusedProfiledObjects(NumUnused);
 
+  if (opts::Lite && opts::MatchProfileWithFunctionHash)
----------------
maksfb wrote:

nit: just this outer scope needs braces.

https://github.com/llvm/llvm-project/pull/96572


More information about the llvm-commits mailing list