Open
Description
Upstream bug report: llvm/llvm-project#144279
#24188 creates a test for the new toFloat
implementation, but it has been disabled on LLVM, because it triggers the above crash on LLVM 20. We've only actually observed the failure targeting aarch64, but the reduction doesn't depend on target, so we have opted to disable the test for all targets with the LLVM backend.
This issue can be closed when the upstream bug is fixed and this test is enabled for the LLVM backend.