[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Generic / 2007-04-27-LargeMemObject.ll
blob5143fb21a215581145f3327ef1f0001301292043
1 ; RUN: llc -no-integrated-as < %s
3         %struct..0anon = type { [100 x i32] }
5 define void @test() {
6 entry:
7         %currfpu = alloca %struct..0anon, align 16              ; <ptr> [#uses=2]
8         %mxcsr = alloca %struct..0anon, align 16                ; <ptr> [#uses=1]
9         call void asm sideeffect "fnstenv $0", "=*m,~{dirflag},~{fpsr},~{flags}"( ptr elementtype( %struct..0anon) %currfpu )
10         call void asm sideeffect "$0  $1", "=*m,*m,~{dirflag},~{fpsr},~{flags}"( ptr elementtype( %struct..0anon) %mxcsr, ptr elementtype(%struct..0anon) %currfpu )
11         ret void