Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
David Green 70ed381b16 [GlobalISel][AArch64] Fix fptoi.sat lowering. (#127901)
The SDAG version uses fminnum/fmaxnum, in converting it to fcmp+select
it appears the order of the operands was chosen badly. This switches the
conditions used to keep the constant on the RHS.
2025-02-20 12:22:11 +00:00

357 KiB