Lower AVX v4i64->v4i32 truncate to one shuffle.
[oota-llvm.git] / test / CodeGen / Mips / mips64fpimm0.ll
1 ; RUN: llc  < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
2
3 define double @foo1() nounwind readnone {
4 entry:
5 ; CHECK: dmtc1 $zero
6   ret double 0.000000e+00
7 }