summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-07-14 01:22:19 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-07-14 01:22:19 +0000
commitd54241494588c3e60f5345984a8f22e6e76ff855 (patch)
treebb008ec98362195ae8f6b8ccc9744d3b37a685d1 /llvm/test
parent103a0dcfe1d1c6396776fb6ee323d7b60aad28af (diff)
downloadbcm5719-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.ll2
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
OpenPOWER on IntegriCloud