brintos

brintos / llvm-project-archived public Read only

0
0
Text · 295 B · 0a21c39 Raw
10 lines · plain
1; RUN: llc -no-integrated-as < %s2; PR11333define void @test(ptr %X) nounwind  {4entry:5	%tmp1 = getelementptr i32, ptr %X, i32 10		; <ptr> [#uses=2]6	tail call void asm sideeffect " $0 $1 ", "=*im,*im,~{memory}"( ptr elementtype( i32) %tmp1, ptr elementtype(i32) %tmp1 ) nounwind 7	ret void8}9 10