[PATCH] D159526: [CodeLayout] Refactor std::vector uses, namespace, and EdgeCountT. NFC

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 14:20:13 PDT 2023


MaskRay updated this revision to Diff 556973.
MaskRay retitled this revision from "[CodeLayout] Refactor some std::vector and nested std::pair uses. NFC" to "[CodeLayout] Refactor std::vector uses, namespace, and EdgeCountT. NFC".
MaskRay edited the summary of this revision.
MaskRay added a comment.

place functions under llvm::codelayout::

change EdgeCountT to a struct named EdgeCount


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159526

Files:
  bolt/lib/Passes/ReorderAlgorithm.cpp
  bolt/lib/Passes/ReorderFunctions.cpp
  llvm/include/llvm/Transforms/Utils/CodeLayout.h
  llvm/lib/CodeGen/MachineBlockPlacement.cpp
  llvm/lib/Transforms/Utils/CodeLayout.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159526.556973.patch
Type: text/x-patch
Size: 20461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230918/9f10b8b4/attachment.bin>


More information about the llvm-commits mailing list