diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-16 17:29:50 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-16 17:29:50 +0000 |
| commit | b0d75c2f4e96bf8470121a5d49eca08675912d02 (patch) | |
| tree | b29cf9863f9b4a7c90f7ed1d11fff74bae65118f /llvm/test/CodeGen/X86/machine-cp.ll | |
| parent | 3509f29ec55950b6f4329fa5bc57161018413ed9 (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

