[PATCH] D129194: [AArch64][GlobalISel] Fix call lowering for <3 x i32> vector arguments
Petar Avramovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 15:28:58 PDT 2022
Petar.Avramovic added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-vectors.ll:83
+ ; CHECK-NEXT: RET_ReallyLR
+ call void @foo(<3 x i32> zeroinitializer)
+ ret void
----------------
arsenm wrote:
> Do we have a test for the incoming side already?
There is one above, `BL @bar`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129194/new/
https://reviews.llvm.org/D129194
More information about the llvm-commits
mailing list