[llvm] [AMDGPU][MC] Disassembler warning for v_cmpx instructions (PR #127925)

Jun Wang via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 17:03:09 PST 2025


================
@@ -0,0 +1,407 @@
+# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -disassemble -show-encoding < %s 2>&1 | FileCheck -check-prefixes=GFX10 %s
----------------
jwanggit86 wrote:

Yes. Only gfx10 tests have been created because I want to have the code changed approved before making more tests.

https://github.com/llvm/llvm-project/pull/127925


More information about the llvm-commits mailing list