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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
tailcall-fastisel.ll
blob
ea173de274ed109d0abb322bc5652326bdef4ba8
1
; RUN: llc < %s -mtriple=arm64-apple-darwin -O0 -fast-isel | FileCheck %s
2
3
; CHECK: b _foo0
4
5
define i32 @foo1() {
6
entry:
7
%call = tail call i32 @foo0()
8
ret i32 %call
9
}
10
11
declare i32 @foo0()