[PATCH] D74809: [MBP][X86] Include static prof data when collecting loop BBs

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 10:38:05 PST 2020


void updated this revision to Diff 245459.
void marked 4 inline comments as done.
void added a comment.

Move lambda logic into a method. Improve some tests with additional checks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74809

Files:
  llvm/include/llvm/CodeGen/MachineLoopInfo.h
  llvm/lib/CodeGen/MachineBlockPlacement.cpp
  llvm/lib/CodeGen/MachineLoopInfo.cpp
  llvm/test/CodeGen/Hexagon/prof-early-if.ll
  llvm/test/CodeGen/X86/block-placement-2.ll
  llvm/test/CodeGen/X86/block-placement.ll
  llvm/test/CodeGen/X86/move_latch_to_loop_top.ll
  llvm/test/CodeGen/X86/ragreedy-bug.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74809.245459.patch
Type: text/x-patch
Size: 13916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200219/a5dfb6c5/attachment.bin>


More information about the llvm-commits mailing list