Files
clang-p2996/llvm/test/Transforms/GlobalMerge
Amy Kwan 4089763883 [GlobalMerge] Update the GlobalMerge pass to merge private global variables. (#101222)
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.
2024-08-13 10:13:38 -04:00
..