[PATCH] D128860: [llvm][NFC] Refactor code to use ProfDataUtils
    David Li via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 27 09:13:51 PDT 2022
    
    
  
davidxl added a comment.
Since there are other types of prof meta data other than branch weights, I think we should get rid of the extractProfMetaData interface (in the current form) and replace them with extractBranchWeights (as Justin suggested).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128860/new/
https://reviews.llvm.org/D128860
    
    
More information about the llvm-commits
mailing list