summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/int-sub-05.ll
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-07-19 16:37:00 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-07-19 16:37:00 +0000
commitfac8b10a84a7467e6aee575367110ff017f2b051 (patch)
tree889bda9154e1c41574ab20cc8cf8634489841793 /llvm/test/CodeGen/SystemZ/int-sub-05.ll
parente8602558501771f4c47d176c45150a203d7a053e (diff)
downloadbcm5719-llvm-fac8b10a84a7467e6aee575367110ff017f2b051.tar.gz
bcm5719-llvm-fac8b10a84a7467e6aee575367110ff017f2b051.zip
[SystemZ] Add ALRK, AGLRK, SLRK and SGLRK
Follows the same lines as r186686, but much more limited, since we only use ADD LOGICAL for multi-i64 additions. llvm-svn: 186689
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/int-sub-05.ll')
-rw-r--r--llvm/test/CodeGen/SystemZ/int-sub-05.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SystemZ/int-sub-05.ll b/llvm/test/CodeGen/SystemZ/int-sub-05.ll
index 9ec66d090fe..85ea14cd15f 100644
--- a/llvm/test/CodeGen/SystemZ/int-sub-05.ll
+++ b/llvm/test/CodeGen/SystemZ/int-sub-05.ll
@@ -1,6 +1,7 @@
-; Test 128-bit addition in which the second operand is variable.
+; Test 128-bit subtraction 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 i128 *@foo()
OpenPOWER on IntegriCloud