[llvm] [AArch64] Codegen for new SCVTF/UCVTF variants (FEAT_FPRCVT) (PR #123767)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 06:22:56 PST 2025


================
@@ -5487,7 +5487,7 @@ multiclass IntegerToFP<bits<2> rmode, bits<3> opcode, string asm, SDPatternOpera
   }
 }
 
-multiclass IntegerToFPSIMDScalar<bits<2> rmode, bits<3> opcode, string asm, SDPatternOperator node = null_frag> {
+multiclass IntegerToFPSIMDScalar<bits<2> rmode, bits<3> opcode, string asm, SDPatternOperator op, SDPatternOperator node = null_frag> {
----------------
CarolineConcatto wrote:

I believe we can use node and we dont need to add SDPatternOperator op

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


More information about the llvm-commits mailing list