Sign in
cobalt
/
cobalt
/
01f3c94b226da58e62558a0b863c39a390e6cd8c
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Assembler
/
half.ll
blob: cbd03cbf2df81d1200c871af7ba6701495a69e34 [
file
] [
log
] [
blame
]
; 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
}