[PATCH] D90842: [VE] fastcc with vector register passing
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 8 15:50:34 PST 2020
kaz7 added a comment.
Thank you for adding caller side test. However, it is not possible to examine these tests whether fastcc is implemented correctly or not, unfortunately. How about upstream vector load and vector store first, then upstream this with caller side tests something like load and call, and return and store? After that, upstream vector copy with callee side tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90842/new/
https://reviews.llvm.org/D90842
More information about the llvm-commits
mailing list