diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-19 16:37:00 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-19 16:37:00 +0000 |
commit | fac8b10a84a7467e6aee575367110ff017f2b051 (patch) | |
tree | 889bda9154e1c41574ab20cc8cf8634489841793 /llvm/test/CodeGen/SystemZ/int-sub-05.ll | |
parent | e8602558501771f4c47d176c45150a203d7a053e (diff) | |
download | bcm5719-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.ll | 5 |
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() |