diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-19 16:26:39 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-19 16:26:39 +0000 |
commit | c575df6dccd66e26b4cede8d06c8b195d7525f30 (patch) | |
tree | 9b5563dcad8274e12021af14ea1452c570964ba9 /llvm/test/CodeGen/SystemZ/int-add-05.ll | |
parent | c57e586792504cb7582dbfbc77d8ae746a02e285 (diff) | |
download | bcm5719-llvm-c575df6dccd66e26b4cede8d06c8b195d7525f30.tar.gz bcm5719-llvm-c575df6dccd66e26b4cede8d06c8b195d7525f30.zip |
[SystemZ] Add ARK, AGRK, SRK and SGRK
The testsuite changes follow the same lines as for r186683.
llvm-svn: 186686
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/int-add-05.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/int-add-05.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/int-add-05.ll b/llvm/test/CodeGen/SystemZ/int-add-05.ll index 4f39a2d4dec..a05fdd9059c 100644 --- a/llvm/test/CodeGen/SystemZ/int-add-05.ll +++ b/llvm/test/CodeGen/SystemZ/int-add-05.ll @@ -1,6 +1,7 @@ ; Test 64-bit addition in which the second operand is variable. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | FileCheck %s declare i64 @foo() |