[PATCH] D123066: Add propeller functions to their own sections.

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 12:54:23 PDT 2022


rahmanl created this revision.
Herald added subscribers: ayermolo, hiraditya, arichardson, mgorny, emaste.
Herald added a reviewer: MaskRay.
Herald added a reviewer: rafauler.
Herald added a reviewer: Amir.
Herald added a reviewer: maksfb.
Herald added a project: All.
rahmanl requested review of this revision.
Herald added subscribers: llvm-commits, yota9, StephenFan.
Herald added a project: LLVM.

This adds propeller-hot functions to specific prefix.

[BOLT] Allowing building heatmap from basic events with `-nl`.

I find that this is useful for finding event hotspots.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123066

Files:
  bolt/lib/Profile/DataAggregator.cpp
  lld/ELF/LinkerScript.cpp
  llvm/include/llvm/Analysis/BasicBlockSectionsInfo.h
  llvm/include/llvm/Analysis/Passes.h
  llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/InitializePasses.h
  llvm/lib/Analysis/BasicBlockSectionsInfo.cpp
  llvm/lib/Analysis/CMakeLists.txt
  llvm/lib/CodeGen/BasicBlockSections.cpp
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/lib/CodeGen/MachineFunctionSplitter.cpp
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123066.420280.patch
Type: text/x-patch
Size: 37477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220404/0db9a351/attachment.bin>


More information about the llvm-commits mailing list