xref: /aosp_15_r20/external/llvm/test/CodeGen/AArch64/arm64-complex-ret.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc -march=arm64 -o - %s | FileCheck %s
2
3define { 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}
8