I initially thought I could implement COMDATs with aliases by just internalizing GVs instead of dropping them. This is a counter example: Internalizing one of the @a would make @b and @c point to different variables. llvm-svn: 215447
3 lines
44 B
LLVM
3 lines
44 B
LLVM
@a = weak global i32 41
|
|
@c = global i32* @a
|