[PATCH] D121843: [AMDGPU] Allow v_accvgpr_write to use SGPR src on gfx940
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 17 10:03:56 PDT 2022
rampitec marked an inline comment as done.
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp:388
-static DecodeStatus decodeOperand_VGPR_32(MCInst &Inst,
- unsigned Imm,
----------------
Joe_Nash wrote:
> Why delete this? It seems unrelated to the patch.
This patch makes the function unused:
```
AMDGPUDisassembler.cpp:388:21: warning: unused function 'decodeOperand_VGPR_32' [-Wunused-function]
static DecodeStatus decodeOperand_VGPR_32(MCInst &Inst,
^
1 warning generated.
```
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121843/new/
https://reviews.llvm.org/D121843
More information about the llvm-commits
mailing list