[PATCH] D80618: Extend InvokeInst !prof branch_weights metadata to unwind branches

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 03:13:28 PDT 2020


yrouban updated this revision to Diff 267150.
yrouban marked an inline comment as done.
yrouban edited the summary of this revision.
yrouban added a comment.

Renamed method //copyProfWeighs()// to //copyProfMetadata()// and improved its description.


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

https://reviews.llvm.org/D80618

Files:
  llvm/docs/BranchWeightMetadata.rst
  llvm/include/llvm/IR/Instruction.h
  llvm/lib/Analysis/BranchProbabilityInfo.cpp
  llvm/lib/IR/Instruction.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Analysis/BranchProbabilityInfo/basic.ll
  llvm/test/Transforms/Inline/inline-hot-callsite.ll
  llvm/test/Transforms/InstCombine/cast-call-combine-prof.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80618.267150.patch
Type: text/x-patch
Size: 11640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200529/81f283d6/attachment.bin>


More information about the llvm-commits mailing list