mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-18 23:05:00 +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
|
||
|
}
|