[llvm] [RISCV] Match widening fp instructions with same fpext used in multiple operands (PR #125803)
    Pengcheng Wang via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb  5 03:11:49 PST 2025
    
    
  
================
@@ -554,6 +554,11 @@ def riscv_fpextend_vl_oneuse : PatFrag<(ops node:$A, node:$B, node:$C),
   return N->hasOneUse();
 }]>;
 
+def riscv_fpextend_vl_oneuser : PatFrag<(ops node:$A, node:$B, node:$C),
----------------
wangpc-pp wrote:
Haven't pushed? :-)
https://github.com/llvm/llvm-project/pull/125803
    
    
More information about the llvm-commits
mailing list