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 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