A new instruction encoding. Some of these instructions were previously VOP3
encoded.
Contributors:
Carl Ritson <carl.ritson@amd.com>
Patch 11/N for upstreaming of AMDGPU gfx11 architecture.
Depends on D125824
Paths
| Differential D125989
[AMDGPU] gfx11 vinterp instructions MC support ClosedPublic Authored by Joe_Nash on May 19 2022, 10:03 AM.
Details
Summary A new instruction encoding. Some of these instructions were previously VOP3 Contributors: Patch 11/N for upstreaming of AMDGPU gfx11 architecture. Depends on D125824
Diff Detail
Event TimelineComment Actions As with LDSDIR, probably needs a couple of tests for invalid values of wait_exp.
Joe_Nash marked an inline comment as done. Comment Actionsadded err tests for wait_exp and deleted unrelated lines This revision is now accepted and ready to land.May 24 2022, 6:33 PM This revision was landed with ongoing or failed builds.May 25 2022, 12:27 PM Closed by commit rGef1ea5ac0133: [AMDGPU] gfx11 vinterp instructions MC support (authored by Joe_Nash). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 432078 llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
llvm/lib/Target/AMDGPU/SIDefines.h
llvm/lib/Target/AMDGPU/SIInstrFormats.td
llvm/lib/Target/AMDGPU/SIInstrInfo.h
llvm/lib/Target/AMDGPU/SIInstrInfo.td
llvm/lib/Target/AMDGPU/SIInstructions.td
llvm/lib/Target/AMDGPU/VINTERPInstructions.td
llvm/lib/Target/AMDGPU/VOP3Instructions.td
llvm/test/MC/AMDGPU/gfx11_err.s
llvm/test/MC/AMDGPU/vinterp.s
llvm/test/MC/Disassembler/AMDGPU/vinterp.txt
|
I don't think these two lines are related to this change.