[all-commits] [llvm/llvm-project] 8c2ad9: [VE] Correct VMP allocation in calling conv
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Dec 21 05:42:45 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c2ad9e85f677546021880dc88e24f633ccacd93
https://github.com/llvm/llvm-project/commit/8c2ad9e85f677546021880dc88e24f633ccacd93
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M llvm/lib/Target/VE/VECallingConv.td
M llvm/test/CodeGen/VE/Vector/fastcc_callee.ll
Log Message:
-----------
[VE] Correct VMP allocation in calling conv
VE used to allocate VM1, VM2, VMP2 (VM4+VM5), and VM3. This patch
corrects to allocate VM1, VM2, VMP2 (VM4+VM5), and VM6. Also add
a regression test.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D93570
More information about the All-commits
mailing list