summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 19:53:52 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 19:53:52 +0000
commit4deff7bc1d7d2799d25a99f81edece68e18859ff (patch)
treefac018cd7d80d222def4e5380a4adae2338e17ee
parent6ac6aa782d9b48d5576934c01ca6b92d5a1eca18 (diff)
downloadbcm5719-llvm-4deff7bc1d7d2799d25a99f81edece68e18859ff.tar.gz
bcm5719-llvm-4deff7bc1d7d2799d25a99f81edece68e18859ff.zip
Switch a few tests off linearscan.
llvm-svn: 144460
-rw-r--r--llvm/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll2
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel-redefinition.ll2
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll5
3 files changed, 5 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll b/llvm/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll
index e47c0383937..a65cf4b5e6d 100644
--- a/llvm/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll
+++ b/llvm/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+neon -O0 -regalloc=linearscan
+; RUN: llc < %s -march=arm -mattr=+neon -O0 -regalloc=basic
; This test would crash the rewriter when trying to handle a spill after one of
; the @llvm.arm.neon.vld3.v8i8 defined three parts of a register.
diff --git a/llvm/test/CodeGen/ARM/fast-isel-redefinition.ll b/llvm/test/CodeGen/ARM/fast-isel-redefinition.ll
index 08dcc64c9c8..4203537807c 100644
--- a/llvm/test/CodeGen/ARM/fast-isel-redefinition.ll
+++ b/llvm/test/CodeGen/ARM/fast-isel-redefinition.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -regalloc=linearscan < %s
+; RUN: llc -O0 -regalloc=basic < %s
; This isn't exactly a useful set of command-line options, but check that it
; doesn't crash. (It was crashing because a register was getting redefined.)
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll b/llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll
index d3b781dbc0d..2e83ea146cd 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll
+++ b/llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll
@@ -1,10 +1,11 @@
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 -regalloc=linearscan | FileCheck %s
+; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 | FileCheck %s
@b = external global i64*
define i64 @t(i64 %a) nounwind readonly {
entry:
-;CHECK: ldrd r2, r3, [r2]
+; CHECK: ldrd
+; CHECK: umull
%0 = load i64** @b, align 4
%1 = load i64* %0, align 4
%2 = mul i64 %1, %a
OpenPOWER on IntegriCloud