[llvm] [AMDGPU] Implement llvm.fptosi.sat and llvm.fptoui.sat (PR #174726)

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 7 21:55:36 PST 2026


================
@@ -3762,6 +3767,52 @@ SDValue AMDGPUTargetLowering::LowerFP_TO_INT(const SDValue Op,
   return SDValue();
 }
 
+SDValue AMDGPUTargetLowering::LowerFP_TO_INT_SAT(const SDValue Op,
----------------
perlfu wrote:

I thought `AMDGPUTargetLowering` was the most generic place for DAG ISel?

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


More information about the llvm-commits mailing list