[llvm] [AArch64] Add scal_to_vec patterns for SIMD convert intrinsics (PR #172837)

Kerry McLaughlin via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 7 08:23:07 PST 2026


================
@@ -607,3 +607,335 @@ define  float @fcvtzu_1s1s_simd(float %a) {
   %d = bitcast i32 %vcvtah_s32_f32 to float
   ret float %d
 }
+
+;
+; Intriniscs (scalar_to_vector)
----------------
kmclaughlin-arm wrote:

```suggestion
; Intrinsics (scalar_to_vector)
```

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


More information about the llvm-commits mailing list