[PATCH] D79485: [BPI] Improve static heuristics for "cold" paths.

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 07:47:55 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9fb074e7bb12: [BPI] Improve static heuristics for "cold" paths. (authored by ebrevnov, committed by Evgeniy Brevnov <ybrevnov at azul.com>).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79485

Files:
  llvm/include/llvm/Analysis/BranchProbabilityInfo.h
  llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h
  llvm/lib/Analysis/BranchProbabilityInfo.cpp
  llvm/lib/Analysis/OptimizationRemarkEmitter.cpp
  llvm/lib/Transforms/Scalar/LoopPredication.cpp
  llvm/test/Analysis/BlockFrequencyInfo/redundant_edges.ll
  llvm/test/Analysis/BranchProbabilityInfo/basic.ll
  llvm/test/Analysis/BranchProbabilityInfo/deopt-intrinsic.ll
  llvm/test/Analysis/BranchProbabilityInfo/deopt-invoke.ll
  llvm/test/Analysis/BranchProbabilityInfo/loop.ll
  llvm/test/Analysis/BranchProbabilityInfo/noreturn.ll
  llvm/test/Analysis/BranchProbabilityInfo/unreachable.ll
  llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-invoke-probabilities.ll
  llvm/test/CodeGen/AMDGPU/transform-block-with-return-to-epilog.ll
  llvm/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
  llvm/test/CodeGen/ARM/sub-cmp-peephole.ll
  llvm/test/CodeGen/ARM/v8m.base-jumptable_alignment.ll
  llvm/test/CodeGen/PowerPC/p10-spill-crgt.ll
  llvm/test/CodeGen/PowerPC/pr36292.ll
  llvm/test/CodeGen/PowerPC/sms-cpy-1.ll
  llvm/test/CodeGen/SPARC/missinglabel.ll
  llvm/test/CodeGen/SystemZ/debuginstr-cgp.mir
  llvm/test/CodeGen/WebAssembly/switch-unreachable-default.ll
  llvm/test/CodeGen/X86/2008-04-17-CoalescerBug.ll
  llvm/test/CodeGen/X86/block-placement.ll
  llvm/test/CodeGen/X86/misched_phys_reg_assign_order.ll
  llvm/test/CodeGen/X86/pr27501.ll
  llvm/test/CodeGen/X86/pr37916.ll
  llvm/test/CodeGen/X86/ragreedy-hoist-spill.ll
  llvm/test/Transforms/JumpThreading/thread-prob-3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79485.313558.patch
Type: text/x-patch
Size: 110603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201223/2b7eaa0d/attachment.bin>


More information about the llvm-commits mailing list