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

Mirko Brkusanin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 04:30:04 PDT 2022


mbrkusanin added a comment.

In D136149#3899373 <https://reviews.llvm.org/D136149#3899373>, @dp wrote:

> 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.

moved vop3 v_nop and v_pipeflush for disassembler test


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

https://reviews.llvm.org/D136149



More information about the llvm-commits mailing list