repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Mips
/
indirectcall.ll
blob
f3408756d5c4641143d8bdbd071f9fcdb4d51fc5
1
; RUN: llc < %s -mtriple=mipsel -relocation-model=static -mips-tail-calls=1 | FileCheck %s
2
3
define void @foo0(ptr nocapture %f1) nounwind {
4
entry:
5
; CHECK: jr $25
6
tail call void %f1(i32 13) nounwind
7
ret void
8
}