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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 17:59:51 PST 2025


================
@@ -5456,6 +5456,39 @@ void X86DAGToDAGISel::Select(SDNode *Node) {
     break;
   }
 
+  case X86ISD::FP_TO_SINT_SAT_CUSTOM:
----------------
topperc wrote:

Why can't se use isel patterns in tablegen for this?

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


More information about the llvm-commits mailing list