[llvm] [AArch64] Fix the assertion failure on `RegisterVT == PartVT && "Part… (PR #170632)
Cheng Lingfei via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 22:59:19 PST 2025
================
@@ -0,0 +1,46 @@
+; RUN: llc -mtriple=aarch64--linux-gnu < %s | FileCheck %s
+
+define dso_local void @_Z3fooi(i32 noundef %val) #0 {
----------------
clingfei wrote:
> You shouldn't need the allocas, and I'm guessing a call argument with `<8 x i32>` would also work?
Yeah, it works! Thanks.
https://github.com/llvm/llvm-project/pull/170632
More information about the llvm-commits
mailing list