brintos

brintos / llvm-project-archived public Read only

0
0
Text · 216 B · f340875 Raw
9 lines · plain
1; RUN: llc  < %s -mtriple=mipsel -relocation-model=static -mips-tail-calls=1 | FileCheck %s 2 3define void @foo0(ptr nocapture %f1) nounwind {4entry:5; CHECK: jr $256  tail call void %f1(i32 13) nounwind7  ret void8}9