[all-commits] [llvm/llvm-project] 539978: [IR] Generalize Function's {set, get}SectionPrefix ...
Mingming Liu via All-commits
all-commits at lists.llvm.org
Thu Feb 6 14:51:35 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5399782508e9573b0d2f184b151997375a1dfdeb
https://github.com/llvm/llvm-project/commit/5399782508e9573b0d2f184b151997375a1dfdeb
Author: Mingming Liu <mingmingl at google.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M llvm/include/llvm/IR/Function.h
M llvm/include/llvm/IR/GlobalObject.h
M llvm/include/llvm/IR/MDBuilder.h
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/IR/Function.cpp
M llvm/lib/IR/Globals.cpp
M llvm/lib/IR/MDBuilder.cpp
A llvm/test/CodeGen/X86/data-section-prefix.ll
M llvm/test/Transforms/CodeGenPrepare/X86/section-samplepgo.ll
M llvm/test/Transforms/CodeGenPrepare/X86/section.ll
M llvm/test/Transforms/HotColdSplit/coldentrycount.ll
M llvm/test/Transforms/SampleProfile/section-accurate-samplepgo.ll
Log Message:
-----------
[IR] Generalize Function's {set,get}SectionPrefix to GlobalObjects, the base class of {Function, GlobalVariable, IFunc} (#125757)
This is a split of https://github.com/llvm/llvm-project/pull/125756
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list