brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · 7feeca6 Raw
13 lines · plain
1; RUN: llc -no-integrated-as < %s2; PR13083; PR15574 5; Bug: PR313366 7define i32 @stuff(i32, ...) {8        %foo = alloca ptr9        %bar = alloca ptr10        %A = call i32 asm sideeffect "inline asm $0 $2 $3 $4", "=r,0,i,m,m"( i32 0, i32 1, ptr %foo, ptr %bar )11        ret i32 %A12}13