summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM
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 /llvm/test/CodeGen/ARM
parent6ac6aa782d9b48d5576934c01ca6b92d5a1eca18 (diff)
downloadbcm5719-llvm-4deff7bc1d7d2799d25a99f81edece68e18859ff.tar.gz
bcm5719-llvm-4deff7bc1d7d2799d25a99f81edece68e18859ff.zip
Switch a few tests off linearscan.
llvm-svn: 144460
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r--llvm/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll2
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel-redefinition.ll2
2 files changed, 2 insertions, 2 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.)
OpenPOWER on IntegriCloud