[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:00: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
+
+### class
+# GFX10: [[@LINE+2]]:1: warning: potentially undefined instruction encoding
----------------
jwanggit86 wrote:

See PR [128256](https://github.com/llvm/llvm-project/pull/128256).

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


More information about the llvm-commits mailing list