diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-06-19 01:50:13 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-06-19 01:50:13 +0000 |
commit | 72d255aff96395fb0da648afdccfd00d2a992e3f (patch) | |
tree | 0ed6aa141418387060144e518ba33c0b42c6d5ff /test/CodeGen/X86/2008-03-18-CoalescerBug.ll | |
parent | 81d39e63e209742afa2fe52b4c3ad566c2471d57 (diff) | |
download | external_llvm-72d255aff96395fb0da648afdccfd00d2a992e3f.zip external_llvm-72d255aff96395fb0da648afdccfd00d2a992e3f.tar.gz external_llvm-72d255aff96395fb0da648afdccfd00d2a992e3f.tar.bz2 |
This also got better (55 - 51 instructions). But doing one more re-materialization.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52482 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-03-18-CoalescerBug.ll')
-rw-r--r-- | test/CodeGen/X86/2008-03-18-CoalescerBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-03-18-CoalescerBug.ll b/test/CodeGen/X86/2008-03-18-CoalescerBug.ll index c3b4a25..1e88789 100644 --- a/test/CodeGen/X86/2008-03-18-CoalescerBug.ll +++ b/test/CodeGen/X86/2008-03-18-CoalescerBug.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mattr=+sse2 -disable-fp-elim | grep movss | count 1 -; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mattr=+sse2 -disable-fp-elim -stats |& grep {Number of re-materialization} | grep 1 +; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mattr=+sse2 -disable-fp-elim -stats |& grep {Number of re-materialization} | grep 2 %struct..0objc_object = type opaque %struct.OhBoy = type { } |