diff options
| author | Jonas Paulsson <jonas.paulsson@ericsson.com> | 2015-10-26 15:03:07 +0000 |
|---|---|---|
| committer | Jonas Paulsson <jonas.paulsson@ericsson.com> | 2015-10-26 15:03:07 +0000 |
| commit | dab740725847c1f4c828e9f20449901c23bebf1e (patch) | |
| tree | 6cbfa228ea06f15d364f0dde95d1f944e120e5b8 /llvm/test | |
| parent | 165121f3261133eb9c587d6ac68a31a59f79891b (diff) | |
| download | bcm5719-llvm-dab740725847c1f4c828e9f20449901c23bebf1e.tar.gz bcm5719-llvm-dab740725847c1f4c828e9f20449901c23bebf1e.zip | |
[SystemZ] Tie operands in SystemZShorteInst if MI becomes 2-address.
Discovered by testing fp-add-02.ll with -verify-machineinstrs.
Test case updated to always run with -verify-machineinstrs.
llvm-svn: 251296
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/SystemZ/fp-add-02.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/fp-add-02.ll b/llvm/test/CodeGen/SystemZ/fp-add-02.ll index 5be1ad79d45..4f98742197b 100644 --- a/llvm/test/CodeGen/SystemZ/fp-add-02.ll +++ b/llvm/test/CodeGen/SystemZ/fp-add-02.ll @@ -2,7 +2,7 @@ ; ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 \ ; RUN: | FileCheck -check-prefix=CHECK -check-prefix=CHECK-SCALAR %s -; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -verify-machineinstrs | FileCheck %s declare double @foo() ; Check register addition. |

