You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
10
external/llvm/test/Transforms/InstCombine/2012-07-30-addrsp-bitcast.ll
vendored
Normal file
10
external/llvm/test/Transforms/InstCombine/2012-07-30-addrsp-bitcast.ll
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: opt < %s -instcombine -S | FileCheck %s
|
||||
; CHECK: addrspacecast
|
||||
|
||||
@base = internal unnamed_addr addrspace(3) global [16 x i32] zeroinitializer, align 16
|
||||
declare void @foo(i32*)
|
||||
|
||||
define void @test() nounwind {
|
||||
call void @foo(i32* getelementptr (i32, i32* addrspacecast ([16 x i32] addrspace(3)* @base to i32*), i64 2147483647)) nounwind
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user