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

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 09:18:37 PDT 2022


dp added inline comments.


================
Comment at: llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s:805
+
+v_lshlrev_b64 v[5:6], v1, vcc
+// GFX11: encoding: [0x05,0x00,0x3c,0xd7,0x01,0xd5,0x00,0x00]
----------------
This is a native VOP3 instruction; it should not be moved. Disassembler tests should be corrected as well.


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

https://reviews.llvm.org/D136148



More information about the llvm-commits mailing list