]> granicus.if.org Git - llvm/commit
[AVX-512] Begin giving the disassembler a way to recognize that VSIB is a different...
authorCraig Topper <craig.topper@gmail.com>
Mon, 16 Jan 2017 05:44:25 +0000 (05:44 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 16 Jan 2017 05:44:25 +0000 (05:44 +0000)
commit75deb64c6fc4b4e57c27536c5e04d09b25e33543
treef934d497cb4ddc10b9ec466f5d3dabdeb855fca1
parent37b9de50287c515310856344718b0236900b10cb
[AVX-512] Begin giving the disassembler a way to recognize that VSIB is a different encoding than regular addressing modes.

This part first teaches it not to check error if EVEX.V2 is used by a VSIB instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292093 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
utils/TableGen/X86RecognizableInstr.cpp