summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/machine-cp.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-02-16 17:29:50 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-02-16 17:29:50 +0000
commitb0d75c2f4e96bf8470121a5d49eca08675912d02 (patch)
treeb29cf9863f9b4a7c90f7ed1d11fff74bae65118f /llvm/test/CodeGen/X86/machine-cp.ll
parent3509f29ec55950b6f4329fa5bc57161018413ed9 (diff)
downloadbcm5719-llvm-b0d75c2f4e96bf8470121a5d49eca08675912d02.tar.gz
bcm5719-llvm-b0d75c2f4e96bf8470121a5d49eca08675912d02.zip
Disable machine copy propagation for now. It's known to be buggy (PR11940) and introduces subtle miscompiles in many places.
llvm-svn: 150703
Diffstat (limited to 'llvm/test/CodeGen/X86/machine-cp.ll')
-rw-r--r--llvm/test/CodeGen/X86/machine-cp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/machine-cp.ll b/llvm/test/CodeGen/X86/machine-cp.ll
index 54fa01c38fd..772d2d080b6 100644
--- a/llvm/test/CodeGen/X86/machine-cp.ll
+++ b/llvm/test/CodeGen/X86/machine-cp.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-apple-macosx -mcpu=nocona < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-apple-macosx -mcpu=nocona < %s -disable-copyprop=false | FileCheck %s
; After tail duplication, two copies in an early exit BB can be cancelled out.
; rdar://10640363
OpenPOWER on IntegriCloud