Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The return value of the LLVM instruction `fptosi` (https://llvm.org/docs/LangRef.html#fptosi-to-instruction) does not guarantee that the truncation of `NaN` is 0, so we relax the test to only check that the output has the expected type. Fix #56582.
- Loading branch information