Files
llvm-project/llvm/lib/Transforms/Scalar/Float2Int.cpp
Yingwei Zheng edd8b29667 [Float2Int] Make sure the CFP can be represented in the integer type (#167699)
When `convertToInteger` fails, the integer result is undefined. In this
case, we cannot use it in the subsequent steps.
Close https://github.com/llvm/llvm-project/issues/167627.
2025-11-13 20:54:32 +08:00

17 KiB