Mercurial > hg > CbC > CbC_llvm
view test/CodeGen/AArch64/arm64-complex-ret.ll @ 100:7d135dc70f03 LLVM 3.9
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | 54457678186b |
children | 1172e4bd9c6f |
line wrap: on
line source
; RUN: llc -march=arm64 -o - %s | FileCheck %s define { i192, i192, i21, i192 } @foo(i192) { ; CHECK-LABEL: foo: ; CHECK: stp xzr, xzr, [x8] ret { i192, i192, i21, i192 } {i192 0, i192 1, i21 2, i192 3} }