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