Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / ARM / 2008-02-04-LocalRegAllocBug.ll
blob4d9b7c6891d720c3db3d4ed227a5dfdbf720a129
1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -regalloc=fast -optimize-regalloc=0
2 ; PR1925
4         %struct.encode_aux_nearestmatch = type { ptr, ptr, ptr, ptr, i32, i32 }
5         %struct.encode_aux_pigeonhole = type { float, float, i32, i32, ptr, i32, ptr, ptr, ptr }
6         %struct.encode_aux_threshmatch = type { ptr, ptr, i32, i32 }
7         %struct.oggpack_buffer = type { i32, i32, ptr, ptr, i32 }
8         %struct.static_codebook = type { i32, i32, ptr, i32, i32, i32, i32, i32, ptr, ptr, ptr, ptr, i32 }
10 define i32 @vorbis_staticbook_pack(ptr %c, ptr %opb) {
11 entry:
12         %opb_addr = alloca ptr          ; <ptr> [#uses=1]
13         %tmp1 = load ptr, ptr %opb_addr, align 4                ; <ptr> [#uses=1]
14         call void @oggpack_write( ptr %tmp1, i32 5653314, i32 24 ) nounwind 
15         call void @oggpack_write( ptr null, i32 0, i32 24 ) nounwind 
16         unreachable
19 declare void @oggpack_write(ptr, i32, i32)