You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
23
external/llvm/test/Bitcode/old-aliases.ll
vendored
23
external/llvm/test/Bitcode/old-aliases.ll
vendored
@ -1,23 +0,0 @@
|
||||
; RUN: llvm-dis < %s.bc | FileCheck %s
|
||||
; RUN: verify-uselistorder < %s.bc
|
||||
|
||||
; old-aliases.bc consist of this file assembled with an old llvm-as (3.5 trunk)
|
||||
; from when aliases contained a ConstantExpr.
|
||||
|
||||
@v1 = global i32 0
|
||||
; CHECK: @v1 = global i32 0
|
||||
|
||||
@v2 = global [1 x i32] zeroinitializer
|
||||
; CHECK: @v2 = global [1 x i32] zeroinitializer
|
||||
|
||||
@v3 = alias i16, bitcast (i32* @v1 to i16*)
|
||||
; CHECK: @v3 = alias i16, bitcast (i32* @v1 to i16*)
|
||||
|
||||
@v4 = alias i32, getelementptr ([1 x i32], [1 x i32]* @v2, i32 0, i32 0)
|
||||
; CHECK: @v4 = alias i32, getelementptr inbounds ([1 x i32], [1 x i32]* @v2, i32 0, i32 0)
|
||||
|
||||
@v5 = alias i32, i32 addrspace(2)* addrspacecast (i32 addrspace(0)* @v1 to i32 addrspace(2)*)
|
||||
; CHECK: @v5 = alias i32, addrspacecast (i32* @v1 to i32 addrspace(2)*)
|
||||
|
||||
@v6 = alias i16, i16* @v3
|
||||
; CHECK: @v6 = alias i16, i16* @v3
|
Reference in New Issue
Block a user