[all-commits] [llvm/llvm-project] 4e2d83: [CGData] Global Merge Functions
Kyungwoo Lee via All-commits
all-commits at lists.llvm.org
Mon Nov 4 21:12:09 PST 2024
Branch: refs/heads/users/kyulee-com/globmerge
Home: https://github.com/llvm/llvm-project
Commit: 4e2d83d8675799da1a5c6b57d285ecefc0285c71
https://github.com/llvm/llvm-project/commit/4e2d83d8675799da1a5c6b57d285ecefc0285c71
Author: Kyungwoo Lee <kyulee at meta.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M llvm/include/llvm/CGData/CodeGenData.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/LinkAllPasses.h
M llvm/include/llvm/Transforms/IPO.h
A llvm/include/llvm/Transforms/IPO/GlobalMergeFunctions.h
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/LTO/LTO.cpp
M llvm/lib/Transforms/IPO/CMakeLists.txt
A llvm/lib/Transforms/IPO/GlobalMergeFunctions.cpp
A llvm/test/ThinLTO/AArch64/cgdata-merge-local.ll
A llvm/test/ThinLTO/AArch64/cgdata-merge-read.ll
A llvm/test/ThinLTO/AArch64/cgdata-merge-two-rounds.ll
A llvm/test/ThinLTO/AArch64/cgdata-merge-write.ll
M llvm/tools/llvm-lto2/CMakeLists.txt
M llvm/tools/llvm-lto2/llvm-lto2.cpp
Log Message:
-----------
[CGData] Global Merge Functions
Commit: e86d78bfa0961a1de88569e18ef5707aeaf680ea
https://github.com/llvm/llvm-project/commit/e86d78bfa0961a1de88569e18ef5707aeaf680ea
Author: Kyungwoo Lee <kyulee at meta.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M llvm/include/llvm/Transforms/IPO.h
M llvm/include/llvm/Transforms/IPO/GlobalMergeFunctions.h
M llvm/lib/Transforms/IPO/GlobalMergeFunctions.cpp
Log Message:
-----------
Address comments from tschuett
Compare: https://github.com/llvm/llvm-project/compare/319415409340...e86d78bfa096
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