Refactor to pass a templatized size parameter to the decoder to allow wider than
64bit decodes in a later patch.
Contributors:
Jay Foad <jay.foad@amd.com>
Depends on D125261
Patch 5/N for upstreaming of AMDGPU gfx11 architecture.
Paths
| Differential D125316
[AMDGPU] gfx11 Decode wider instructions. NFC ClosedPublic Authored by Joe_Nash on May 10 2022, 7:25 AM.
Details
Summary Refactor to pass a templatized size parameter to the decoder to allow wider than Contributors: Depends on D125261 Patch 5/N for upstreaming of AMDGPU gfx11 architecture.
Diff Detail
Event TimelineComment Actions Overall looks fine, but I do not understand the context in which DecoderUInt128 will be used.
Joe_Nash marked 3 inline comments as done. Comment Actionsremoved DecoderUInt128 from patch. removed explicit template arguments. Comment Actions
Its not needed here, I will move it to a more relevant patch. This revision is now accepted and ready to land.May 10 2022, 12:44 PM This revision was landed with ongoing or failed builds.May 11 2022, 8:33 AM Closed by commit rGa0a406b2577b: [AMDGPU] gfx11 Decode wider instructions. NFC (authored by Joe_Nash). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 428677 llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
|
Should be camel case.