Closed
Description
; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=-fp-armv8 < %s
define half @f16_return(float %arg) {
%fptrunc = fptrunc float %arg to half
ret half %fptrunc
}
Don't know how to custom expand this
UNREACHABLE executed at /Users/matt/src/llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:24529!