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
[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
fast-isel-disable-tail-calls.ll
blob
c0aac5e1bd3161a21c7cedade0742be954906290
1
; RUN: llc -O0 -fast-isel -mtriple=x86_64-unknown-unknown < %s | FileCheck %s
2
3
; CHECK-NOT: retq
4
; CHECK: jmpq
5
6
define void @f(ptr %this) "disable-tail-calls"="true" {
7
musttail call void %this(ptr %this)
8
ret void
9
}