[PATCH] D149014: [BOLT] Parallelize legacy profile merging

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 11:41:07 PDT 2023


hiraditya added inline comments.


================
Comment at: bolt/tools/merge-fdata/merge-fdata.cpp:280
+      std::lock_guard<std::mutex> Lock(BoltedCollectionMutex);
+      // Check if the string "boltedcollection" is in the first line
+      if (Buf.startswith("boltedcollection\n")) {
----------------
nit: tabs


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149014



More information about the llvm-commits mailing list