summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/03-RetArgSubreg.ll
blob: 476821a6145238334799b5f3ffdfe15e6ce0d269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; RUN: llc < %s -march=systemz | grep lgr   | count 2
; RUN: llc < %s -march=systemz | grep nihf  | count 1
; RUN: llc < %s -march=systemz | grep lgfr  | count 1


define i32 @foo(i32 %a, i32 %b) {
entry:
    ret i32 %b
}

define zeroext i32 @foo1(i32 %a, i32 %b)  {
entry:
    ret i32 %b
}

define signext i32 @foo2(i32 %a, i32 %b)  {
entry:
    ret i32 %b
}