mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-13 06:34:24 +00:00
8 lines
171 B
LLVM
8 lines
171 B
LLVM
![]() |
; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
|
||
|
|
||
|
define double @foo1() nounwind readnone {
|
||
|
entry:
|
||
|
; CHECK: dmtc1 $zero
|
||
|
ret double 0.000000e+00
|
||
|
}
|