[llvm] Add SPIRV lowering for intrinsics @llvm.fptosi.sat.* and @llvm.fptoui.sat.* (PR #125805)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 11:01:07 PST 2025


efriedma-quic wrote:

I'm a little concerned that this isn't using existing GlobalISel legalization infrastructure; LegalizerHelper::widenScalar already has code to handle widening G_FPTOSI_SAT.

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


More information about the llvm-commits mailing list