brintos

brintos / llvm-project-archived public Read only

0
0
Text · 410 B · 3e6dff5 Raw
16 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu -no-integrated-as | FileCheck %s2 3; PR13514 5define i32 @test1(i32 %Y, i32 %X) nounwind {6; CHECK: foo 3, 47	%tmp1 = tail call i32 asm "foo${1:I} $0, $1", "=r,rI"( i32 %X )8	ret i32 %tmp19}10 11define i32 @test2(i32 %Y, i32 %X) nounwind {12; CHECK: bari 3, 4713	%tmp1 = tail call i32 asm "bar${1:I} $0, $1", "=r,rI"( i32 47 )14	ret i32 %tmp115}16