This is an archive of the discontinued LLVM Phabricator instance.

Add tests for preallocated + musttail
ClosedPublic

Authored by aeubanks on May 28 2020, 10:29 AM.

Details

Summary

Follow-up to https://reviews.llvm.org/D80581.
Turns out the codegen part already worked, so only needed to add tests.
I manually verified that in these tests the generated code for inalloca
and preallocated were identical.

Diff Detail

Event Timeline

aeubanks created this revision.May 28 2020, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 28 2020, 10:29 AM
hans accepted this revision.May 28 2020, 11:26 AM

lgtm

This revision is now accepted and ready to land.May 28 2020, 11:26 AM
This revision was automatically updated to reflect the committed changes.