[llvm] [AMDGPU][MC] Fix disassembler warning for v_cmpx instructions in GFX9 (PR #163825)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 16 11:50:27 PDT 2025
================
@@ -0,0 +1,422 @@
+# RUN: llvm-mc -triple=amdgcn -mcpu=tonga -disassemble -show-encoding < %s | FileCheck -strict-whitespace %s
----------------
shiltian wrote:
nit: auto generate check lines here and the other file using `llvm/utils/update_mc_test_checks.py`.
https://github.com/llvm/llvm-project/pull/163825
More information about the llvm-commits
mailing list