aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fnmscs.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-05-21 00:43:17 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-05-21 00:43:17 +0000
commitf7d87ee1584bffe361b39f8cec7a39131c8c4efc (patch)
treec0979fdab1e173425d355e6cb2c7996140818eb0 /test/CodeGen/ARM/fnmscs.ll
parentb11ac950d69c7a238de0a22fd23fbfcd994f57ee (diff)
downloadexternal_llvm-f7d87ee1584bffe361b39f8cec7a39131c8c4efc.zip
external_llvm-f7d87ee1584bffe361b39f8cec7a39131c8c4efc.tar.gz
external_llvm-f7d87ee1584bffe361b39f8cec7a39131c8c4efc.tar.bz2
Change ARM scheduling default to list-hybrid if the target supports floating point instructions (and is not using soft float).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fnmscs.ll')
-rw-r--r--test/CodeGen/ARM/fnmscs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/fnmscs.ll b/test/CodeGen/ARM/fnmscs.ll
index 6b7cefa..0b47edd 100644
--- a/test/CodeGen/ARM/fnmscs.ll
+++ b/test/CodeGen/ARM/fnmscs.ll
@@ -4,7 +4,7 @@
; RUN: llc < %s -march=arm -mcpu=cortex-a9 | FileCheck %s
define float @test1(float %acc, float %a, float %b) nounwind {
-; CHECK: vnmla.f32 s2, s1, s0
+; CHECK: vnmla.f32 s{{.*}}, s{{.*}}, s{{.*}}
entry:
%0 = fmul float %a, %b
%1 = fsub float -0.0, %0
@@ -13,7 +13,7 @@ entry:
}
define float @test2(float %acc, float %a, float %b) nounwind {
-; CHECK: vnmla.f32 s2, s1, s0
+; CHECK: vnmla.f32 s{{.*}}, s{{.*}}, s{{.*}}
entry:
%0 = fmul float %a, %b
%1 = fmul float -1.0, %0