This is an archive of the discontinued LLVM Phabricator instance.

Add verifier check that musttail and preallocated are not used together
ClosedPublic

Authored by aeubanks on May 18 2020, 9:04 AM.

Details

Summary

Currently they are not supported together. Supporting them will require
a LangRef change. See discussion in https://reviews.llvm.org/D77689.

Diff Detail

Event Timeline

aeubanks created this revision.May 18 2020, 9:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2020, 9:04 AM
efriedma accepted this revision.May 18 2020, 10:51 AM

LGTM, at least as a temporary fix.

This revision is now accepted and ready to land.May 18 2020, 10:51 AM
This revision was automatically updated to reflect the committed changes.