aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/select.ll
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2013-10-11 18:09:19 +0000
committerMatthias Braun <matze@braunis.de>2013-10-11 18:09:19 +0000
commit1dfe206062ee43d60d2535bddb0c0b629037e7d8 (patch)
tree2a720d8c5738b92a9f4fa394126869cd33b83192 /test/CodeGen/ARM/select.ll
parentc34693f6efc670b71e11f3479844c36d9696b535 (diff)
downloadexternal_llvm-1dfe206062ee43d60d2535bddb0c0b629037e7d8.zip
external_llvm-1dfe206062ee43d60d2535bddb0c0b629037e7d8.tar.gz
external_llvm-1dfe206062ee43d60d2535bddb0c0b629037e7d8.tar.bz2
Revert "Tests: Be less dependent on a specific schedule/regalloc"
This reverts r192454 Apparently FileCheck isn't as smart as I though and does not enforce a topological order between variable defs+uses. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192472 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/select.ll')
-rw-r--r--test/CodeGen/ARM/select.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/ARM/select.ll b/test/CodeGen/ARM/select.ll
index 7bf3435..ed006d6 100644
--- a/test/CodeGen/ARM/select.ll
+++ b/test/CodeGen/ARM/select.ll
@@ -58,8 +58,8 @@ entry:
define double @f7(double %a, double %b) {
;CHECK-LABEL: f7:
-;CHECK-DAG: movlt
-;CHECK-DAG: movge
+;CHECK: movlt
+;CHECK: movge
;CHECK-VFP-LABEL: f7:
;CHECK-VFP: vmovmi
%tmp = fcmp olt double %a, 1.234e+00
@@ -76,9 +76,9 @@ define double @f7(double %a, double %b) {
; block generated, odds are good that we have close to the ideal code for this:
;
; CHECK-NEON-LABEL: f8:
-; CHECK-NEON-DAG: movw [[R3:r[0-9]+]], #1123
-; CHECK-NEON-DAG: adr [[R2:r[0-9]+]], LCPI7_0
-; CHECK-NEON: cmp r0, [[R3]]
+; CHECK-NEON: movw [[R3:r[0-9]+]], #1123
+; CHECK-NEON: adr [[R2:r[0-9]+]], LCPI7_0
+; CHECK-NEON-NEXT: cmp r0, [[R3]]
; CHECK-NEON-NEXT: it eq
; CHECK-NEON-NEXT: addeq{{.*}} [[R2]], #4
; CHECK-NEON-NEXT: ldr