[PATCH] D136149: [AMDGPU][NFC] Split MC tests into promoted from VOP1 to VOP3 and only VOP3

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 09:19:43 PDT 2022


dp accepted this revision.
dp added a comment.

LGTM. Could you check that instructions without operands like `v_nop` are properly classified? Unfortunately disassembler does not print `_e64` for such instructions, so they look like native VOP3 opcodes.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136149/new/

https://reviews.llvm.org/D136149



More information about the llvm-commits mailing list