This is an archive of the discontinued LLVM Phabricator instance.

Verifier: Disallow byval and similar for AMDGPU calling conventions
ClosedPublic

Authored by arsenm on May 7 2020, 12:07 PM.

Details

Summary

These imply stack-like semantics, which doesn't make any sense for
entry points.

Diff Detail

Event Timeline

arsenm created this revision.May 7 2020, 12:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2020, 12:07 PM
rampitec accepted this revision.May 7 2020, 12:57 PM
This revision is now accepted and ready to land.May 7 2020, 12:57 PM
arsenm requested review of this revision.Jun 29 2020, 7:31 AM
arsenm updated this revision to Diff 274114.
arsenm edited the summary of this revision. (Show Details)
arsenm retitled this revision from Verifier: Check address space for byval on AMDGPU calling conventions to Verifier: Disallow byval and similar for AMDGPU calling conventions.
rampitec accepted this revision.Jun 29 2020, 9:56 AM
This revision is now accepted and ready to land.Jun 29 2020, 9:56 AM