[PATCH] D113424: ext-tsp basic block layout

Sergey Pupyrev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 08:09:39 PST 2021


spupyrev updated this revision to Diff 387646.
spupyrev added a comment.

Addressing Rahman's and David's comments:

- appled (most of) suggested renamings;
- added comments and clarifications;
- introduced Jump class instead of pair<pair<Block, Block>, ExecutionCount>;
- added new tests;
- introduced params for alg options.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113424

Files:
  llvm/include/llvm/Transforms/Utils/CodeLayout.h
  llvm/lib/CodeGen/MachineBlockPlacement.cpp
  llvm/lib/Transforms/Utils/CMakeLists.txt
  llvm/lib/Transforms/Utils/CodeLayout.cpp
  llvm/test/CodeGen/X86/code_placement_ext_tsp.ll
  llvm/test/CodeGen/X86/code_placement_ext_tsp_large.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113424.387646.patch
Type: text/x-patch
Size: 59086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211116/e080ae41/attachment.bin>


More information about the llvm-commits mailing list