[llvm] [AMDGPU][test]added remove duplicate options for update_mc_test_check script (PR #111769)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 07:44:39 PDT 2024
================
@@ -0,0 +1,8 @@
+# NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --sort
+# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -disassemble -show-encoding %s 2>&1 | FileCheck -check-prefixes=CHECK %s
+
+0x00,0x00,0x00,0x7e
+# CHECK: v_nop ; encoding: [0x00,0x00,0x00,0x7e]
----------------
Sisyph wrote:
I can't tell from this test case. Does the disassembler sort on the asm output, or the hex input? I would think the asm output would be preferable
https://github.com/llvm/llvm-project/pull/111769
More information about the llvm-commits
mailing list