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
/
PowerPC
/
stubs.ll
blob
d8772b9b7fa257e1648b16cd64f5687e6a9b9fab
1
; RUN: llc -verify-machineinstrs %s -o - -mtriple=powerpc-unknown-linux-gnu | FileCheck %s
2
define ppc_fp128 @test1(i64 %X) nounwind readnone {
3
entry:
4
%0 = sitofp i64 %X to ppc_fp128
5
ret ppc_fp128 %0
6
}
7
8
; CHECK: test1:
9
; CHECK: bl __floatditf