AMDGPU stores a numerical code for the particular GPU variant in EFlags
in the ELF file. This commit provides a mapping from that number into
the machine name for use by objdump-type tools.
Change-Id: Id37fc0bebad443bd89c0080985ce298c4e7e9319
Paths
| Differential D46587
[AMDGPU] Provide machine -> name mapping ClosedPublic Authored by tpr on May 8 2018, 10:07 AM.
Details Summary AMDGPU stores a numerical code for the particular GPU variant in EFlags Change-Id: Id37fc0bebad443bd89c0080985ce298c4e7e9319
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, t-tye, dstuttard and 5 others. · View Herald TranscriptMay 8 2018, 10:07 AM This revision is now accepted and ready to land.May 8 2018, 10:11 AM Closed by commit rL331798: [AMDGPU] Provide machine -> name mapping (authored by tpr). · Explain WhyMay 8 2018, 11:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 145751 llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
|