[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
Sun Nov 10 18:23:53 PST 2024


heiher wrote:

Although the original intent of this patch was to resolve an assertion issue (https://github.com/ziglang/zig-bootstrap/issues/164#issuecomment-2332357069), it actually addresses two miscompilation issues (https://github.com/llvm/llvm-project/issues/97975 https://github.com/llvm/llvm-project/issues/97981) as well. When the backport was initially proposed, I was believed that an ABI change would be necessary to ensure compatibility with future hardware supporting fp16. However, it's now clear that no such change will be required (https://github.com/llvm/llvm-project/pull/109368#issuecomment-2423879356). Given that this is primarily a bug fix, could we proceed with merging this backport into 19?

https://github.com/llvm/llvm-project/pull/109093


More information about the llvm-branch-commits mailing list