This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/ELF: Sort MACHs by value and add missing reserved MACHs
ClosedPublic

Authored by kzhuravl on Feb 18 2021, 5:00 PM.

Details

Summary
  • Sort MACHs by its value
  • Add missing reserved MACHs
    • EF_AMDGPU_MACH_AMDGCN_RESERVED_0X3D
    • EF_AMDGPU_MACH_AMDGCN_RESERVED_0X3E

Diff Detail

Event Timeline

kzhuravl created this revision.Feb 18 2021, 5:00 PM
kzhuravl requested review of this revision.Feb 18 2021, 5:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 18 2021, 5:00 PM
Herald added a subscriber: wdng. · View Herald Transcript
kzhuravl updated this revision to Diff 324818.Feb 18 2021, 5:02 PM

Update docs.

rampitec accepted this revision.Feb 18 2021, 5:06 PM

Thanks, Konstantin!

This revision is now accepted and ready to land.Feb 18 2021, 5:06 PM
tra accepted this revision.Feb 18 2021, 5:34 PM