You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.179
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
This commit is contained in:
parent
d6bde52373
commit
8625704ad8
13
external/llvm/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
vendored
Normal file
13
external/llvm/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
; RUN: llc -no-integrated-as < %s
|
||||
|
||||
%struct..0anon = type { [100 x i32] }
|
||||
|
||||
define void @test() {
|
||||
entry:
|
||||
%currfpu = alloca %struct..0anon, align 16 ; <%struct..0anon*> [#uses=2]
|
||||
%mxcsr = alloca %struct..0anon, align 16 ; <%struct..0anon*> [#uses=1]
|
||||
call void asm sideeffect "fnstenv $0", "=*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %currfpu )
|
||||
call void asm sideeffect "$0 $1", "=*m,*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %mxcsr, %struct..0anon* %currfpu )
|
||||
ret void
|
||||
}
|
||||
|
Reference in New Issue
Block a user