[PATCH] D113345: [WIP][BPI] `calcEstimatedHeuristics()`: symmetrically with loop exiting edge, scale loop enter edge weight by trip count

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 6 08:53:35 PDT 2021


lebedev.ri updated this revision to Diff 385283.
lebedev.ri added a comment.
Herald added subscribers: ormris, steven_wu.

Fix one more test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113345

Files:
  llvm/lib/Analysis/BranchProbabilityInfo.cpp
  llvm/test/Analysis/BranchProbabilityInfo/basic.ll
  llvm/test/Analysis/BranchProbabilityInfo/loop.ll
  llvm/test/Analysis/BranchProbabilityInfo/noreturn.ll
  llvm/test/CodeGen/X86/x86-shrink-wrapping.ll
  llvm/test/ThinLTO/X86/function_entry_count.ll
  llvm/test/Transforms/ConstantHoisting/AArch64/consthoist-unreachable.ll
  llvm/test/Transforms/PGOProfile/bfi_verification.ll
  llvm/test/Transforms/SyntheticCountsPropagation/prop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113345.385283.patch
Type: text/x-patch
Size: 16828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211106/28e30ab4/attachment.bin>


More information about the llvm-commits mailing list