[C++20][Modules][Serialization] Add an additional test case for #120277. (#126349)
[llvm-project.git] / llvm / test / CodeGen / AArch64 / cgdata-merge-crash.ll
blob34a4622cee2b12bd4bc4458fcbcf3854670ec50d
1 ; This test checks if the global merge func pass should not build module summary.
3 ; RUN: opt --passes=global-merge-func %s -o /dev/null
5 @0 = global { { ptr, i32, i32 } } { { ptr, i32, i32 } { ptr null, i32 19, i32 5 } }
6 @1 = global { { ptr, i32, i32 } } { { ptr, i32, i32 } { ptr null, i32 22, i32 5 } }