[PATCH] D133121: [PGO] Annotate branch_weight for invoke instruction

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 11:41:10 PDT 2022


xur updated this revision to Diff 458234.
xur added a comment.

Integrated Hongtao's suggestion.


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

https://reviews.llvm.org/D133121

Files:
  llvm/include/llvm/IR/Instructions.h
  llvm/lib/Analysis/BranchProbabilityInfo.cpp
  llvm/lib/IR/Metadata.cpp
  llvm/lib/IR/ProfDataUtils.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/ProfileData/InstrProf.cpp
  llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/test/Transforms/PGOProfile/Inputs/invoke_icall.proftext
  llvm/test/Transforms/PGOProfile/invoke_icall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133121.458234.patch
Type: text/x-patch
Size: 18755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220906/05239e86/attachment.bin>


More information about the llvm-commits mailing list