summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/msa/compare_float.ll
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2013-09-27 10:08:31 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2013-09-27 10:08:31 +0000
commit1b1e25b7c51a4f021050cd693f77dc9d4a84740f (patch)
tree211f908076cebe1b5d93f3bd3dacd0fb618d9375 /llvm/test/CodeGen/Mips/msa/compare_float.ll
parentdb4c21f9945283f2e8d29c7a8a898512ebf37b52 (diff)
downloadbcm5719-llvm-1b1e25b7c51a4f021050cd693f77dc9d4a84740f.tar.gz
bcm5719-llvm-1b1e25b7c51a4f021050cd693f77dc9d4a84740f.zip
[mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal error when using it in FR=0 mode.
llvm-svn: 191498
Diffstat (limited to 'llvm/test/CodeGen/Mips/msa/compare_float.ll')
-rw-r--r--llvm/test/CodeGen/Mips/msa/compare_float.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/msa/compare_float.ll b/llvm/test/CodeGen/Mips/msa/compare_float.ll
index 287578a3653..4849928b86d 100644
--- a/llvm/test/CodeGen/Mips/msa/compare_float.ll
+++ b/llvm/test/CodeGen/Mips/msa/compare_float.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=mips -mattr=+msa < %s | FileCheck %s
+; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | FileCheck %s
declare <4 x float> @llvm.mips.fmax.w(<4 x float>, <4 x float>) nounwind
declare <2 x double> @llvm.mips.fmax.d(<2 x double>, <2 x double>) nounwind
OpenPOWER on IntegriCloud