================ @@ -4004,6 +4004,19 @@ KnownBits SelectionDAG::computeKnownBits(SDValue Op, const APInt &DemandedElts, break; } + case ISD::UINT_TO_FP: { ---------------- goldsteinn wrote: Is there an inherent reason for that? https://github.com/llvm/llvm-project/pull/82808