[llvm] [DAG] computeKnownFPClass - add ISD::SINT_TO_FP/UINT_TO_FP handling (PR #190539)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 5 09:43:24 PDT 2026


RKSimon wrote:

You're on the right track, but I'd expect it to handle as many similar cases to valuetracking's implementation as possible - in particular its never negzero/subnormal and never infinity if the integer src bitwidth is small enough.

https://github.com/llvm/llvm-project/pull/190539


More information about the llvm-commits mailing list