diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-02-27 03:04:06 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-27 03:04:06 +0000 |
commit | d36531249a9a9500e516148e7e72d4c0a7a4d0ee (patch) | |
tree | 6989d7bcac7fd80359addc3fa13e899ff8961cfc /test/CodeGen/X86 | |
parent | 1953ecb0a6fc8520b34b52fd04f7476a7eb4613f (diff) | |
download | external_llvm-d36531249a9a9500e516148e7e72d4c0a7a4d0ee.zip external_llvm-d36531249a9a9500e516148e7e72d4c0a7a4d0ee.tar.gz external_llvm-d36531249a9a9500e516148e7e72d4c0a7a4d0ee.tar.bz2 |
Spiller now remove unused spill slots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/2008-02-22-ReMatBug.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2008-02-22-ReMatBug.ll b/test/CodeGen/X86/2008-02-22-ReMatBug.ll index c26c19e..fd97b61 100644 --- a/test/CodeGen/X86/2008-02-22-ReMatBug.ll +++ b/test/CodeGen/X86/2008-02-22-ReMatBug.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -stats |& grep {Number of re-materialization} | grep 3 +; RUN: llvm-as < %s | llc -march=x86 -stats |& grep {Number of dead spill slots removed} ; rdar://5761454 %struct.quad_struct = type { i32, i32, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct* } |