[all-commits] [llvm/llvm-project] 3aa5d7: Revert "[PGO][GlobalValue][LTO]In GlobalValues::ge...
Mingming Liu via All-commits
all-commits at lists.llvm.org
Mon Dec 18 09:40:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3aa5d71127ae31f13cc3383ea461fd5bf86bf055
https://github.com/llvm/llvm-project/commit/3aa5d71127ae31f13cc3383ea461fd5bf86bf055
Author: Mingming Liu <mingmingl at google.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
R compiler-rt/test/profile/instrprof-thinlto-indirect-call-promotion.cpp
M llvm/include/llvm/IR/GlobalValue.h
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/lib/IR/Globals.cpp
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/ProfileData/InstrProfReader.cpp
M llvm/test/Bitcode/thinlto-function-summary-originalnames.ll
M llvm/test/ThinLTO/X86/memprof-basic.ll
M llvm/test/ThinLTO/X86/memprof-duplicate-context-ids.ll
M llvm/test/ThinLTO/X86/memprof-funcassigncloning.ll
M llvm/test/ThinLTO/X86/memprof-indirectcall.ll
M llvm/test/ThinLTO/X86/memprof-inlined.ll
A llvm/test/Transforms/PGOProfile/Inputs/thinlto_indirect_call_promotion.ll
R llvm/test/Transforms/PGOProfile/Inputs/thinlto_indirect_call_promotion.profraw
R llvm/test/Transforms/PGOProfile/Inputs/update_thinlto_indirect_call_promotion_inputs.sh
M llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll
M llvm/unittests/ProfileData/InstrProfTest.cpp
Log Message:
-----------
Revert "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semicolon as delimiter for local-linkage varibles." (#75835)
Reverts llvm/llvm-project#74008
The compiler-rt test failed due to `llvm-dis` not found
(https://lab.llvm.org/buildbot/#/builders/127/builds/59884)
Will revert and investigate how to require the proper dependency.
More information about the All-commits
mailing list