summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-11 23:24:45 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-11 23:24:45 +0000
commit76b4d5a0210f161c08543f00f355955c94d3f2ec (patch)
tree541d134aa90d09f5443769cae532d5f267ca03c4 /test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
parent9d7019f586719a03f3519142ca2166166962e433 (diff)
downloadllvm-76b4d5a0210f161c08543f00f355955c94d3f2ec.tar.gz
llvm-76b4d5a0210f161c08543f00f355955c94d3f2ec.tar.bz2
llvm-76b4d5a0210f161c08543f00f355955c94d3f2ec.tar.xz
Keep track of the last place a live virtreg was used.
This allows us to add accurate kill markers, something the scavenger likes. Add some more tests from ARM that needed this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103521 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll')
-rw-r--r--test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll b/test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
index 75610ffece..912e6f952d 100644
--- a/test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
+++ b/test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -mtriple=armv5-unknown-linux-gnueabi -O0 -regalloc=local
+; RUN: llc < %s -mtriple=armv5-unknown-linux-gnueabi -O0 -regalloc=fast
; PR4100
@.str = external constant [30 x i8] ; <[30 x i8]*> [#uses=1]