1 ; Test the three-operand forms of addition.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | FileCheck %s
6 define i32 @f1(i32 %a, i32 %b, i32 %c) {
8 ; CHECK: ark %r2, %r3, %r4
14 ; Check that we can still use AR in obvious cases.
15 define i32 @f2(i32 %a, i32 %b) {
24 define i64 @f3(i64 %a, i64 %b, i64 %c) {
26 ; CHECK: agrk %r2, %r3, %r4
32 ; Check that we can still use AGR in obvious cases.
33 define i64 @f4(i64 %a, i64 %b) {