[llvm-branch-commits] [llvm] release/19.x: [loongarch][DAG][FREEZE] Fix crash when FREEZE a half(f16) type on loongarch (#107791) (PR #109093)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Oct 28 00:46:42 PDT 2024
heiher wrote:
> @heiher this would still break the ABI right? so it would still create problem for downstream users like rust?
>
> cc @nikic @arsenm @tgross35
After deciding that [FPU does not support fp16](https://github.com/llvm/llvm-project/pull/109368#issuecomment-2423879356), there’s no longer any ABI-breaking impact. Without this patch, LoongArch’s software emulation for fp16 operations still has [correctness issues](https://github.com/llvm/llvm-project/issues/97975). This is why downstream software depends on it, which is the reason for my request. Thanks.
https://github.com/llvm/llvm-project/pull/109093
More information about the llvm-branch-commits
mailing list