This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] More verifier checks for llvm.amdgcn.cs.chain
ClosedPublic

Authored by rovka on Jul 27 2023, 3:12 AM.

Details

Reviewers
arsenm
Group Reviewers
Restricted Project
Commits
rG5a8ecd6456c8: [AMDGPU] More verifier checks for llvm.amdgcn.cs.chain
Summary

Check that the SGPR arguments have the inreg attribute and the VGPR
arguments don't.

Diff Detail

Unit TestsFailed

Event Timeline

rovka created this revision.Jul 27 2023, 3:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2023, 3:12 AM
rovka requested review of this revision.Jul 27 2023, 3:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2023, 3:12 AM
rovka added a reviewer: Restricted Project.
rovka updated this revision to Diff 549306.Aug 11 2023, 2:27 AM

Rebase.

arsenm accepted this revision.Aug 11 2023, 9:15 AM
This revision is now accepted and ready to land.Aug 11 2023, 9:15 AM
This revision was landed with ongoing or failed builds.Aug 17 2023, 12:37 AM
This revision was automatically updated to reflect the committed changes.