1 ; Test moves between GPRs.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
5 ; Test 8-bit moves, which should get promoted to i32.
6 define i8 @f1(i8 %a, i8 %b) {
13 ; Test 16-bit moves, which again should get promoted to i32.
14 define i16 @f2(i16 %a, i16 %b) {
22 define i32 @f3(i32 %a, i32 %b) {
30 define i64 @f4(i64 %a, i64 %b) {