[PATCH] D154445: [Mips] Fix argument lowering for illegal vector types (PR63608)
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 15:05:09 PDT 2023
arsenm added a comment.
> However, the SDAG argument lowering code doesn't support this,
How? I thought that was working reasonably OK these days
================
Comment at: llvm/test/CodeGen/Mips/cconv/illegal-vectors.ll:19
+
+define void @v2i32(<2 x i32> %vec, ptr %p) {
+; MIPS64-LABEL: v2i32:
----------------
Missing tests for the return half. Also the caller side
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154445/new/
https://reviews.llvm.org/D154445
More information about the llvm-commits
mailing list