This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Corrected parsing of FLAT offset modifier
ClosedPublic

Authored by dp on Jul 5 2019, 5:38 AM.

Details

Summary

This is for AMD SWDEV-124180

Summary of changes:

  • simplified handling of FLAT offset: offset_s13 and offset_u12 have been replaced with flat_offset;
  • provided information about error position for pre-gfx9 targets;
  • improved errors handling.

Diff Detail

Event Timeline

dp created this revision.Jul 5 2019, 5:38 AM
dp updated this revision to Diff 208168.Jul 5 2019, 6:37 AM

Corrected a typo

rampitec accepted this revision.Jul 5 2019, 9:13 AM

LGTM

This revision is now accepted and ready to land.Jul 5 2019, 9:13 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2019, 7:27 AM