This is an archive of the discontinued LLVM Phabricator instance.

[VE] Correct VMP allocation in calling conv
ClosedPublic

Authored by kaz7 on Dec 18 2020, 4:17 PM.

Details

Summary

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.

Diff Detail

Event Timeline

kaz7 created this revision.Dec 18 2020, 4:17 PM
kaz7 requested review of this revision.Dec 18 2020, 4:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 18 2020, 4:17 PM
kaz7 added a project: Restricted Project.
simoll accepted this revision.Dec 21 2020, 5:32 AM
This revision is now accepted and ready to land.Dec 21 2020, 5:32 AM
This revision was automatically updated to reflect the committed changes.