[all-commits] [llvm/llvm-project] 935609: [GlobalMerge][PPC] Don't merge globals in llvm.met...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Apr 2 01:41:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9356091a98c24718572f99b51553838ed664b67a
https://github.com/llvm/llvm-project/commit/9356091a98c24718572f99b51553838ed664b67a
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M llvm/lib/CodeGen/GlobalMerge.cpp
A llvm/test/CodeGen/PowerPC/global-merge-llvm-metadata.ll
Log Message:
-----------
[GlobalMerge][PPC] Don't merge globals in llvm.metadata section (#131801)
The llvm.metadata section is not emitted and has special semantics. We
should not merge globals in it, similarly to how we already skip merging
of `llvm.xyz` globals.
Fixes https://github.com/llvm/llvm-project/issues/131394.
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