[llvm] [AArch64] Generalize integer FPR lane stores for all types (PR #134117)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 11 05:27:54 PDT 2025
================
@@ -146,12 +146,13 @@ define void @insert_vec_v6i64_uaddlv_from_v4i32(ptr %0) {
; CHECK-LABEL: insert_vec_v6i64_uaddlv_from_v4i32:
; CHECK: ; %bb.0: ; %entry
; CHECK-NEXT: movi.2d v0, #0000000000000000
-; CHECK-NEXT: str xzr, [x0, #16]
----------------
MacDue wrote:
I don't think that will prevent this, this first changed to `str xzr` with my previous patch #129756, so it think it's more something not recognizing the sub register extract.
https://github.com/llvm/llvm-project/pull/134117
More information about the llvm-commits
mailing list