You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
</details>
I don't mind taking a look at this. But I was wondering whether you managed to generate this IR from source code, or what your use case is?
The problem is in -mattr=-fp-armv8, where you specify not to have FP support. I will need to remind myself and take a look, but I don't think that is a valid architecture combination. Thus, I also don't know what the solution should be in terms of instructions to do this convert, but I will have a look to remind myself.
Don't know how to custom expand this
UNREACHABLE executed at /Users/matt/src/llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:24529!
The text was updated successfully, but these errors were encountered: