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

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 23:58:01 PDT 2020


yrouban updated this revision to Diff 266756.
yrouban added a reviewer: yamauchi.
yrouban added a comment.

fixed return statement in //Instruction::copyProfWeights()//.


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.266756.patch
Type: text/x-patch
Size: 11598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200528/6e8772f7/attachment.bin>


More information about the llvm-commits mailing list