diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-11-15 20:55:53 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-11-15 20:55:53 +0000 |
commit | a284aa1657d08390209b87f57782936e45d562ba (patch) | |
tree | e3f4852e0723f418a684860dff944573d509773e /test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll | |
parent | 68257e61eb6e7d528759bd7830db47d409dace89 (diff) |
Fix PR8612 in the standard spiller as well.
The live range of a register defined by an early clobber starts at the use slot,
not the def slot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll')
-rw-r--r-- | test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll b/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll index 046016aa3f..0422094902 100644 --- a/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll +++ b/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll @@ -1,3 +1,4 @@ +; RUN: llc < %s -verify-machineinstrs -spiller=standard ; RUN: llc < %s -verify-machineinstrs -spiller=inline ; PR8612 ; |