[PATCH] D126518: Reland "[Propeller] Promote functions with propeller profiles to .text.hot."
Rahman Lavaee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 26 19:46:45 PDT 2022
rahmanl created this revision.
Herald added subscribers: pengfei, hiraditya, mgorny.
Herald added a project: All.
rahmanl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This relands commit 4d8d2580c53e130c3c3dd3877384301e3c495554 <https://reviews.llvm.org/rG4d8d2580c53e130c3c3dd3877384301e3c495554>.
The major change here is using 'addUsedIfAvailable<BasicBlockSectionsProfileReader>()` to make sure we don't change the pipeline tests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126518
Files:
llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
llvm/include/llvm/CodeGen/Passes.h
llvm/include/llvm/InitializePasses.h
llvm/lib/CodeGen/BasicBlockSections.cpp
llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/CodeGenPrepare.cpp
llvm/lib/CodeGen/TargetPassConfig.cpp
llvm/test/CodeGen/X86/basic-block-sections-cold.ll
llvm/test/CodeGen/X86/basic-block-sections-list.ll
llvm/test/CodeGen/X86/basic-block-sections-listbb.ll
llvm/test/CodeGen/X86/basic-block-sections-source-drift.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126518.432450.patch
Type: text/x-patch
Size: 31654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220527/3e0e0c82/attachment.bin>
More information about the llvm-commits
mailing list