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
Reland [OffloadBundler] Compress bundles over 4GB (#122307)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Mips
/
mips64fpimm0.ll
blob
a8d7f432eba46122fd63316416f840054119b24a
1
; RUN: llc < %s -mtriple=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s
2
; RUN: llc < %s -mtriple=mips64el -mcpu=mips64 -target-abi=n64 | FileCheck %s
3
4
define double @foo1() nounwind readnone {
5
entry:
6
; CHECK: dmtc1 $zero
7
ret double 0.000000e+00
8
}