You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
14
external/llvm/test/Feature/global_pv.ll
vendored
14
external/llvm/test/Feature/global_pv.ll
vendored
@ -1,14 +0,0 @@
|
||||
; RUN: opt -instcombine -S < %s | llvm-as
|
||||
; RUN: opt -instcombine -globalopt -S < %s | llvm-as
|
||||
@G1 = global i32 zeroinitializer
|
||||
@G2 = global i32 zeroinitializer
|
||||
@g = global <2 x i32*> zeroinitializer
|
||||
%0 = type { i32, void ()* }
|
||||
@llvm.global_ctors = appending global [1 x %0] [%0 { i32 65535, void ()* @test }]
|
||||
define internal void @test() {
|
||||
%A = insertelement <2 x i32*> undef, i32* @G1, i32 0
|
||||
%B = insertelement <2 x i32*> %A, i32* @G2, i32 1
|
||||
store <2 x i32*> %B, <2 x i32*>* @g
|
||||
ret void
|
||||
}
|
||||
|
Reference in New Issue
Block a user