From: Simon Pilgrim Date: Wed, 30 Mar 2022 10:08:03 +0000 (+0100) Subject: [MC][X86] Ensure all opcode tests are sorted by instruction name X-Git-Tag: upstream/15.0.7~11970 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a33b9ece076d85be5f73e3511f7f64269c74888;p=platform%2Fupstream%2Fllvm.git [MC][X86] Ensure all opcode tests are sorted by instruction name Noticed while reviewing D122449 --- diff --git a/llvm/test/MC/Disassembler/X86/x86-64-avx.txt b/llvm/test/MC/Disassembler/X86/x86-64-avx.txt index b7ab0b1..7062c68 100644 --- a/llvm/test/MC/Disassembler/X86/x86-64-avx.txt +++ b/llvm/test/MC/Disassembler/X86/x86-64-avx.txt @@ -6,12 +6,6 @@ # CHECK: vpackusdw (%rax), %xmm2, %xmm1 0xc4 0xe2 0xe9 0x2b 0x08 -# CHECK: vphsubd %xmm3, %xmm2, %xmm11 -0xc4 0x62 0x69 0x06 0xdb - -# CHECK: vphsubd %xmm3, %xmm2, %xmm11 -0xc4 0x62 0xe9 0x06 0xdb - # CHECK: vpcmpestri $100, %xmm3, %xmm11 0xc4 0x63 0x79 0x61 0xdb 0x64 @@ -35,3 +29,9 @@ # CHECK: vpcmpistrm $100, %xmm3, %xmm11 0xc4 0x63 0xf9 0x62 0xdb 0x64 + +# CHECK: vphsubd %xmm3, %xmm2, %xmm11 +0xc4 0x62 0x69 0x06 0xdb + +# CHECK: vphsubd %xmm3, %xmm2, %xmm11 +0xc4 0x62 0xe9 0x06 0xdb