This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Corrected parsing of sendmsg
ClosedPublic

Authored by dp on May 31 2019, 7:18 AM.

Details

Summary

Summary of changes:

  • Enabled constant expressions as operands of s_sendmsg* (bug 40820);
  • Separated bits juggling from high-level code;
  • Improved errors reporting (bug 41303);
  • Added a mode with minimal validation.

Diff Detail

Event Timeline

dp created this revision.May 31 2019, 7:18 AM
dp retitled this revision from [AMDGPU][MC] Enabled constant expressions as operands of s_sendmsg* to [AMDGPU][MC] Corrected parsing of sendmsg.May 31 2019, 7:25 AM
dp edited the summary of this revision. (Show Details)
dp added reviewers: artem.tamazov, arsenm.
dp updated this revision to Diff 204732.Jun 14 2019, 3:16 AM

Corrected typos in function attributes

This revision is now accepted and ready to land.Jun 14 2019, 4:56 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2019, 7:14 AM