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

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