[llvm] [AArch64][SVE] Use SVE for scalar FP converts in streaming[-compatible] functions (1/n) (PR #118505)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 03:53:39 PST 2024
================
@@ -2951,7 +2965,10 @@ define half @ucvtf_i16_f16(ptr %0) {
; CHECK-LABEL: ucvtf_i16_f16:
; CHECK: // %bb.0:
; CHECK-NEXT: ldrh w8, [x0]
-; CHECK-NEXT: ucvtf h0, w8
+; CHECK-NEXT: ptrue p0.s
+; CHECK-NEXT: fmov s0, w8
----------------
paulwalker-arm wrote:
Are you planning to investigate why the 16-bit GPR loads are not converted to FPR loads?
https://github.com/llvm/llvm-project/pull/118505
More information about the llvm-commits
mailing list