Re-commit: [mips] abs.[ds], and neg.[ds] should be allowed regardless of -enable...
[oota-llvm.git] / test / CodeGen / Mips / fneg.ll
index d8fd35c6b6f5e712cc3af2c8853f6ae0f9d35ae8..4fb80fdb4f32f91d605f67114f1710fc486cd6f2 100644 (file)
@@ -10,6 +10,9 @@
 ; RUN: llc  < %s -mtriple=mipsel-linux-gnu -mcpu=mips32r2 | FileCheck %s
 ; RUN: llc  < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 -enable-no-nans-fp-math | FileCheck %s
 
+; RUN: llc  < %s -mtriple=mips64el-linux-gnu -mcpu=mips64 | FileCheck %s
+; RUN: llc  < %s -mtriple=mips64el-linux-gnu -mcpu=mips64 -enable-no-nans-fp-math | FileCheck %s
+
 define float @foo0(float %d) nounwind readnone {
 entry:
 ; CHECK-LABEL: foo0: