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

Evgeniy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 00:32:00 PDT 2020


ebrevnov updated this revision to Diff 273603.
ebrevnov added a comment.

Formatting


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/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/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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79485.273603.patch
Type: text/x-patch
Size: 100410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200626/5142e04c/attachment-0001.bin>


More information about the llvm-commits mailing list