[llvm] [AArch64] Fix the assertion failure on `RegisterVT == PartVT && "Part… (PR #170632)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 4 13:28:59 PST 2025


================
@@ -0,0 +1,46 @@
+; RUN: llc -mtriple=aarch64--linux-gnu < %s | FileCheck %s
+
+define dso_local void @_Z3fooi(i32 noundef %val) #0 {
----------------
arsenm wrote:

Not sure, I assume there's some scalable vector ABI test somewhere.

You shouldn't need the allocas, and I'm guessing a call argument with `<8 x i32>` would also work?

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


More information about the llvm-commits mailing list