[llvm-branch-commits] [mlir] [clang] [flang] [lldb] [llvm] [libcxx] [clang-tools-extra] [libc] [BOLT] Embed cold mapping info into function entry in BAT (PR #76903)
    Rafael Auler via llvm-branch-commits 
    llvm-branch-commits at lists.llvm.org
       
    Thu Jan 11 14:48:44 PST 2024
    
    
  
================
@@ -160,12 +164,31 @@ std::error_code BoltAddressTranslation::parse(StringRef Buf) {
     return make_error_code(llvm::errc::io_error);
 
   Error Err(Error::success());
+  std::vector<uint64_t> HotFuncs;
----------------
rafaelauler wrote:
Is this HotFuncs vector going to be used in another diff of this stack? It looks unused to me atm.
https://github.com/llvm/llvm-project/pull/76903
    
    
More information about the llvm-branch-commits
mailing list