diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/mips64fpimm0.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/mips64fpimm0.ll | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/mips64fpimm0.ll b/llvm/test/CodeGen/Mips/mips64fpimm0.ll new file mode 100644 index 00000000000..17716da0c67 --- /dev/null +++ b/llvm/test/CodeGen/Mips/mips64fpimm0.ll @@ -0,0 +1,7 @@ +; 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 +} |

