diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-10-29 08:39:34 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-10-29 08:39:34 +0000 |
commit | 54898938673d2a13ce31626ec34b2d4d314b2c81 (patch) | |
tree | cb6784071bfc3b10704032af0929077a5b7eb882 /test/CodeGen/X86/pre-split3.ll | |
parent | 23b10f5b64e594aa7c6b415805b563fed2a75874 (diff) | |
download | external_llvm-54898938673d2a13ce31626ec34b2d4d314b2c81.zip external_llvm-54898938673d2a13ce31626ec34b2d4d314b2c81.tar.gz external_llvm-54898938673d2a13ce31626ec34b2d4d314b2c81.tar.bz2 |
- More pre-split fixes: spill slot live interval computation bug; restore point bug.
- If a def is spilt, remember its spill index to allow its reuse.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pre-split3.ll')
-rw-r--r-- | test/CodeGen/X86/pre-split3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pre-split3.ll b/test/CodeGen/X86/pre-split3.ll index e762784..f34f144 100644 --- a/test/CodeGen/X86/pre-split3.ll +++ b/test/CodeGen/X86/pre-split3.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -pre-alloc-split -stats |& \ -; RUN: grep {pre-alloc-split} | grep {Number of intervals split} | grep 2 +; RUN: grep {pre-alloc-split} | grep {Number of intervals split} | grep 1 define i32 @t(i32 %arg) { entry: |