[llvm] [AMDGPU][MC] Disassembler warning for v_cmpx instructions (PR #127925)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 07:58:32 PST 2025
================
@@ -0,0 +1,407 @@
+# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -disassemble -show-encoding < %s 2>&1 | FileCheck -check-prefixes=GFX10 %s
----------------
Sisyph wrote:
Please add a RUN line with gfx11 and -mattr=+real-true16. You could use the script utils/update_mc_test_checks.py
https://github.com/llvm/llvm-project/pull/127925
More information about the llvm-commits
mailing list