[PATCH] D129194: [AArch64][GlobalISel] Fix call lowering for <3 x i32> vector arguments

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 11:12:10 PDT 2022


arsenm 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
----------------
Do we have a test for the incoming side already?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129194/new/

https://reviews.llvm.org/D129194



More information about the llvm-commits mailing list