[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 10:00:58 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've updated the combine to propagate zeros in cases like this (with restores this test) -- just bailing out is not enough.
https://github.com/llvm/llvm-project/pull/134117
More information about the llvm-commits
mailing list