aboutsummaryrefslogtreecommitdiffstats
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
commitb61a807660942000e86b5637b22c5f99b97e78a2 (patch)
tree541d134aa90d09f5443769cae532d5f267ca03c4 /test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
parent687956a7f61e50f67d231de0826c547fa77c01a9 (diff)
downloadexternal_llvm-b61a807660942000e86b5637b22c5f99b97e78a2.zip
external_llvm-b61a807660942000e86b5637b22c5f99b97e78a2.tar.gz
external_llvm-b61a807660942000e86b5637b22c5f99b97e78a2.tar.bz2
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 75610ff..912e6f9 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]