aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/half.ll
blob: cbd03cbf2df81d1200c871af7ba6701495a69e34 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; RUN: verify-uselistorder %s
; Basic smoke test for half type.

; CHECK: define half @halftest
define half  @halftest(half %A0) {
; CHECK: ret half %A0
        ret half %A0
}