diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-12-01 02:07:52 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-12-01 02:07:52 +0000 |
commit | ff52f082846db6a31d73cb6f02f62401e20eda6f (patch) | |
tree | 5d910203fd66c0b5594d9f29a069ae8125283566 /test/CodeGen/X86/2007-08-13-SpillerReuse.ll | |
parent | 8b274478b4006a9098a9fd28625c80dc82bd9e2a (diff) | |
download | external_llvm-ff52f082846db6a31d73cb6f02f62401e20eda6f.zip external_llvm-ff52f082846db6a31d73cb6f02f62401e20eda6f.tar.gz external_llvm-ff52f082846db6a31d73cb6f02f62401e20eda6f.tar.bz2 |
Allow some reloads to be folded in multi-use cases. Specifically testl r, r -> cmpl [mem], 0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-08-13-SpillerReuse.ll')
-rw-r--r-- | test/CodeGen/X86/2007-08-13-SpillerReuse.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-08-13-SpillerReuse.ll b/test/CodeGen/X86/2007-08-13-SpillerReuse.ll index 8cc235b..0ad6781 100644 --- a/test/CodeGen/X86/2007-08-13-SpillerReuse.ll +++ b/test/CodeGen/X86/2007-08-13-SpillerReuse.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | grep "48(%esp)" | count 5 +; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | grep "48(%esp)" | count 6 %struct..0anon = type { i32 } %struct.rtvec_def = type { i32, [1 x %struct..0anon] } |