diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-07-14 01:22:19 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-07-14 01:22:19 +0000 |
commit | d54241494588c3e60f5345984a8f22e6e76ff855 (patch) | |
tree | bb008ec98362195ae8f6b8ccc9744d3b37a685d1 /llvm/test | |
parent | 103a0dcfe1d1c6396776fb6ee323d7b60aad28af (diff) | |
download | bcm5719-llvm-d54241494588c3e60f5345984a8f22e6e76ff855.tar.gz bcm5719-llvm-d54241494588c3e60f5345984a8f22e6e76ff855.zip |
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_DEF (and subsequently eliminate them). This allows machine LICM to hoist IMPLICIT_DEF's. PR7620.
llvm-svn: 108304
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll b/llvm/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll index d9655fd19b3..de2610dae22 100644 --- a/llvm/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll +++ b/llvm/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mattr=+sse3 -stats |& grep {2 machine-licm} +; RUN: llc < %s -march=x86-64 -mattr=+sse3 -stats |& grep {7 machine-licm} ; RUN: llc < %s -march=x86-64 -mattr=+sse3 | FileCheck %s ; rdar://6627786 ; rdar://7792037 |