Per https://github.com/rust-lang/compiler-builtins/pull/760, LLVM 20 appears to be miscompiling fptoui.sat.i32.f128 on AArch64 when GlobalISel is used. Assembly for LLVM 19 and LLVM 20: https://llvm.godbolt.org/z/n3K4MEG7r Likely related to https://github.com/llvm/llvm-project/pull/96297, cc @davemgreen