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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
tailcallfp.ll
blob
d17466ef4d73ad6406355c6b1c45abecb055e9e3
1
; RUN: llc < %s -mtriple=i686-- -tailcallopt | FileCheck %s
2
define fastcc i32 @bar(i32 %X, ptr%FP) {
3
%Y = tail call fastcc i32 %FP(double 0.0, i32 %X)
4
ret i32 %Y
5
; CHECK: jmpl
6
}