[llvm] [AArch64] Codegen for new SCVTF/UCVTF variants (FEAT_FPRCVT) (PR #123767)
Virginia Cangelosi via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 02:23:55 PST 2025
================
@@ -5511,6 +5511,18 @@ multiclass IntegerToFPSIMDScalar<bits<2> rmode, bits<3> opcode, string asm, SDPa
let Inst{31} = 1; // 64-bit FPR flag
let Inst{23-22} = 0b00; // 32-bit FPR flag
}
+
+ def : Pat<(f16 (op (i32 FPR32:$Rn))),
----------------
virginia-cangelosi wrote:
Sorry this was supposed to be removed in the commit as it is unused.
https://github.com/llvm/llvm-project/pull/123767
More information about the llvm-commits
mailing list