[llvm] 6d647b9 - [MC][X86] Add test coverage for Issue #62412

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun May 7 07:19:00 PDT 2023


Author: Simon Pilgrim
Date: 2023-05-07T15:18:48+01:00
New Revision: 6d647b920593854467a5871b97f3970c8c02cf45

URL: https://github.com/llvm/llvm-project/commit/6d647b920593854467a5871b97f3970c8c02cf45
DIFF: https://github.com/llvm/llvm-project/commit/6d647b920593854467a5871b97f3970c8c02cf45.diff

LOG: [MC][X86] Add test coverage for Issue #62412

Added: 
    

Modified: 
    llvm/test/MC/Disassembler/X86/avx-512.txt

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/Disassembler/X86/avx-512.txt b/llvm/test/MC/Disassembler/X86/avx-512.txt
index a03ebb2e3dd0..b187b7e0cd90 100644
--- a/llvm/test/MC/Disassembler/X86/avx-512.txt
+++ b/llvm/test/MC/Disassembler/X86/avx-512.txt
@@ -55,6 +55,9 @@
 # CHECK: vpord %zmm22, %zmm21, %zmm23
 0x62 0xa1 0x55 0x40 0xeb 0xfe
 
+# CHECK: vmovq   %xmm19, 2032(%rdx)
+0x62 0xe1 0xfd 0x08 0x7e 0x5a 0x7f
+
 #####################################################
 #                MASK INSTRUCTIONS                  #
 #####################################################


        


More information about the llvm-commits mailing list