[llvm] [AMDGPU][test]added remove duplicate options for update_mc_test_check script (PR #111769)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 07:57:19 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]
----------------
broxigarchen wrote:

For now all sort base on the input text so for dasm it sorts on the hex input

If we want to sort base on the asm output, what should we do with the error case?

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


More information about the llvm-commits mailing list