This is an archive of the discontinued LLVM Phabricator instance.

CallPromotion: Don't try to pass sret args to varargs functions
ClosedPublic

Authored by hans on Jun 8 2020, 9:43 AM.

Details

Summary

It's not allowed by the verifier. We hit this in Chromium.

Diff Detail

Event Timeline

hans created this revision.Jun 8 2020, 9:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2020, 9:44 AM
thakis accepted this revision.Jun 8 2020, 11:13 AM
This revision is now accepted and ready to land.Jun 8 2020, 11:13 AM
This revision was automatically updated to reflect the committed changes.