[all-commits] [llvm/llvm-project] b9ed23: [GlobalMerge] Update the GlobalMerge pass to merge...

Amy Kwan via All-commits all-commits at lists.llvm.org
Tue Jul 30 12:12:24 PDT 2024


  Branch: refs/heads/users/amy-kwan/update-globalmerge-private-condition
  Home:   https://github.com/llvm/llvm-project
  Commit: b9ed23b97d8c01934230c3f6778d5a8512744f6e
      https://github.com/llvm/llvm-project/commit/b9ed23b97d8c01934230c3f6778d5a8512744f6e
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
    M llvm/lib/CodeGen/GlobalMerge.cpp
    A llvm/test/Transforms/GlobalMerge/private-global.ll

  Log Message:
  -----------
  [GlobalMerge] Update the GlobalMerge pass to merge private global variables.

This patch updates the GlobalMerge pass to be able to handle private global
variables, which is required for a follow-up PowerPC specific GlobalMerge patch
to merge internal and private globals.

A new LIT test is also added to exhibit the ability to merge private globals.



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