[all-commits] [llvm/llvm-project] 78f671: [GlobalMerge][PPC] Don't merge globals in llvm.met...

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Apr 25 16:20:18 PDT 2025


  Branch: refs/heads/release/20.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 78f6719ca9b515d416ec67430466d896305d7b81
      https://github.com/llvm/llvm-project/commit/78f6719ca9b515d416ec67430466d896305d7b81
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-04-25 (Fri, 25 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.

(cherry picked from commit 9356091a98c24718572f99b51553838ed664b67a)



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