[llvm] [X86][AVX10.2] Map vector saturated converts to public intrinsics (PR #121483)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 00:22:04 PST 2025


================
@@ -908,6 +908,10 @@ namespace llvm {
     // Load x87 FPU environment from memory.
     FLDENVm,
 
+    // Custom handling for FP_TO_xINT_SAT
+    FP_TO_SINT_SAT_CUSTOM,
+    FP_TO_UINT_SAT_CUSTOM,
----------------
JaydeepChauhan14 wrote:

Done

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


More information about the llvm-commits mailing list