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
/
tailccfp.ll
blob
1e648485bcd3c6410e86b23b0601d5ae08e854b5
1
; RUN: llc < %s -mtriple=i686-- | FileCheck %s
2
define tailcc i32 @bar(i32 %X, ptr%FP) {
3
%Y = tail call tailcc i32 %FP(double 0.0, i32 %X)
4
ret i32 %Y
5
; CHECK: jmpl
6
}