[llvm] Map vector saturated converts to public intrinsics (PR #121483)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 09:22:50 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,
----------------
RKSimon wrote:

Drop the _CUSTOM? X86ISD is a separate enum from ISD.

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


More information about the llvm-commits mailing list