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][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
pr16573.ll
blob
a5538fc8b8ea31c09421f1ae7703cade7d7d08cf
1
; RUN: llc -verify-machineinstrs < %s | FileCheck %s
2
3
target triple = "powerpc64-unknown-linux-gnu"
4
5
define double @test() {
6
%1 = fptrunc ppc_fp128 0xM818F2887B9295809800000000032D000 to double
7
ret double %1
8
}
9
10
; CHECK: .quad 0x818f2887b9295809
11