summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/aix-return55.ll
blob: b16f2fa66e7246225cb4ae867c89a3822219ecf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llc -mcpu=pwr9 -mtriple=powerpc-ibm-aix-xcoff -verify-machineinstrs < %s | FileCheck %s


define dso_local signext i32 @foo() {
entry:
  ret i32 55
; CHECK-LABEL: .foo:
; CHECK: li 3, 55
; CHECK: blr
}

OpenPOWER on IntegriCloud