[llvm] CodeGen: Add ISD::AssertNoFPClass (PR #138839)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May  8 02:28:41 PDT 2025
    
    
  
================
@@ -3607,6 +3630,21 @@ SDValue DAGTypeLegalizer::SoftPromoteHalfRes_UnaryOp(SDNode *N) {
   return DAG.getNode(GetPromotionOpcode(NVT, OVT), dl, MVT::i16, Res);
 }
 
+SDValue DAGTypeLegalizer::SoftPromoteHalfRes_UnaryOpExt1(SDNode *N) {
----------------
arsenm wrote:
Directly name the one operation this supports 
https://github.com/llvm/llvm-project/pull/138839
    
    
More information about the llvm-commits
mailing list