[PATCH] D70104: [BPI] Improve unreachable/ColdCall heurstics to handle loops.

Taewook Oh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 10:49:00 PST 2019


twoh updated this revision to Diff 230293.
twoh added a comment.

Addressing comments from @skatkov. Thank you for your review!

For X86 asm tests, I just re-ran update_llc_test_checks.py script. I think it should generate "correct" test based on the existing FileCheck patterns?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70104

Files:
  llvm/include/llvm/Analysis/BranchProbabilityInfo.h
  llvm/lib/Analysis/BranchProbabilityInfo.cpp
  llvm/test/Analysis/BranchProbabilityInfo/basic.ll
  llvm/test/Analysis/BranchProbabilityInfo/noreturn.ll
  llvm/test/CodeGen/X86/block-placement.ll
  llvm/test/CodeGen/X86/pr37916.ll
  llvm/test/CodeGen/X86/ragreedy-hoist-spill.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70104.230293.patch
Type: text/x-patch
Size: 24529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191120/35346d00/attachment-0001.bin>


More information about the llvm-commits mailing list