[llvm-branch-commits] [libcxx] [clang] [lldb] [mlir] [llvm] [libc] [flang] [clang-tools-extra] [openmp] [BOLT] Write and parse BF/BB hashes in BAT (PR #76907)

Amir Ayupov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jan 26 10:01:09 PST 2024


================
@@ -36,9 +37,12 @@ void BoltAddressTranslation::writeEntriesForBB(MapTy &Map,
   if (BBInputOffset == BinaryBasicBlock::INVALID_OFFSET)
     return;
 
-  LLVM_DEBUG(dbgs() << "BB " << BB.getName() << "\n");
-  LLVM_DEBUG(dbgs() << "  Key: " << Twine::utohexstr(BBOutputOffset)
-                    << " Val: " << Twine::utohexstr(BBInputOffset) << "\n");
+  LLVM_DEBUG(dbgs() << "BB " << BB.getName() << "\n"
----------------
aaupov wrote:

Not in this diff. Hashes will be output to YAML in follow up diffs starting with https://github.com/llvm/llvm-project/pull/76910.

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


More information about the llvm-branch-commits mailing list