]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/AArch64/arm64-complex-ret.ll
Vendor import of llvm release_40 branch r293443:
[FreeBSD/FreeBSD.git] / test / CodeGen / AArch64 / arm64-complex-ret.ll
1 ; RUN: llc -mtriple=arm64-eabi -o - %s | FileCheck %s
2
3 define { i192, i192, i21, i192 } @foo(i192) {
4 ; CHECK-LABEL: foo:
5 ; CHECK: stp xzr, xzr, [x8]
6   ret { i192, i192, i21, i192 } {i192 0, i192 1, i21 2, i192 3}
7 }