summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSandeep Patel <deeppatel1987@gmail.com>2010-09-02 20:19:24 +0000
committerSandeep Patel <deeppatel1987@gmail.com>2010-09-02 20:19:24 +0000
commit0ca17f7e8a93e3849cc6f26bd0d99d579b2f690f (patch)
tree6b8f49b09507dc12a98641be74ac06b223d670c7 /llvm
parentb2a9025badd5f3bee5b180453d899cdee4921331 (diff)
downloadbcm5719-llvm-0ca17f7e8a93e3849cc6f26bd0d99d579b2f690f.tar.gz
bcm5719-llvm-0ca17f7e8a93e3849cc6f26bd0d99d579b2f690f.zip
Fix an unnecessary XFAIL
llvm-svn: 112853
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/ARM/fnmuls.ll12
1 files changed, 5 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/ARM/fnmuls.ll b/llvm/test/CodeGen/ARM/fnmuls.ll
index efd87d2dcb8..3223885feda 100644
--- a/llvm/test/CodeGen/ARM/fnmuls.ll
+++ b/llvm/test/CodeGen/ARM/fnmuls.ll
@@ -1,20 +1,18 @@
-; XFAIL: *
; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s
-; RUN: llc < %s -march=arm -mattr=+neon -arm-use-neon-fp=1 | FileCheck %s
-; RUN: llc < %s -march=arm -mattr=+neon -arm-use-neon-fp=0 | FileCheck %s
+; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s
; RUN: llc < %s -march=arm -mcpu=cortex-a9 | FileCheck %s
-define float @test1(float %a, float %b) nounwind {
-; CHECK: fnmscs s2, s1, s0
+define arm_aapcs_vfpcc float @test1(float %a, float %b) nounwind {
+; CHECK: vnmul.f32 s0, s0, s1
entry:
%0 = fmul float %a, %b
%1 = fsub float -0.0, %0
ret float %1
}
-define float @test2(float %a, float %b) nounwind {
-; CHECK: fnmscs s2, s1, s0
+define arm_aapcs_vfpcc float @test2(float %a, float %b) nounwind {
+; CHECK: vnmul.f32 s0, s0, s1
entry:
%0 = fmul float %a, %b
%1 = fmul float -1.0, %0
OpenPOWER on IntegriCloud