diff options
author | Kevin Enderby <enderby@apple.com> | 2013-03-11 21:17:13 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2013-03-11 21:17:13 +0000 |
commit | 12dccaed9c0368f4f5ef4312c32b375c725c9daf (patch) | |
tree | 1fb4c73cba047529308c30884ddf8245b2fe175c /test/MC | |
parent | d5bb20805e03cff03bfa3f85f189cbc8fb4a769a (diff) | |
download | external_llvm-12dccaed9c0368f4f5ef4312c32b375c725c9daf.zip external_llvm-12dccaed9c0368f4f5ef4312c32b375c725c9daf.tar.gz external_llvm-12dccaed9c0368f4f5ef4312c32b375c725c9daf.tar.bz2 |
Fixes disassembler crashes on 2013 Haswell RTM instructions.
rdar://13318048
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176828 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/Disassembler/X86/x86-64.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/MC/Disassembler/X86/x86-64.txt b/test/MC/Disassembler/X86/x86-64.txt index 1345741..5de1d59 100644 --- a/test/MC/Disassembler/X86/x86-64.txt +++ b/test/MC/Disassembler/X86/x86-64.txt @@ -103,3 +103,12 @@ # CHECK: adoxq (%rax), %rax 0xf3 0x48 0x0f 0x38 0xf6 0x00 + +# CHECK: xbegin 53 +0xc7 0xf8 0x35 0x00 0x00 0x00 + +# CHECK: xend +0x0f 0x01 0xd5 + +# CHECK: xabort $13 +0xc6 0xf8 0x0d |