[llvm] [AMDGPU][test]added unique and sort options for update_mc_test_check script (PR #111769)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 11:22:07 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:

done. dasm sorting is removed from this patch

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


More information about the llvm-commits mailing list