[X86] Teach the disassembler that some instructions use VEX.W==0 without a correspond...
authorCraig Topper <craig.topper@intel.com>
Sun, 22 Oct 2017 06:18:26 +0000 (06:18 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 22 Oct 2017 06:18:26 +0000 (06:18 +0000)
commite975127db642fb2742121c10549ac7ed53698137
treefb5a34c18e74743ef2c17e39f275c2767d6e8731
parenta33846aca6999d11a33cab2b2455f671b3a10ff1
[X86] Teach the disassembler that some instructions use VEX.W==0 without a corresponding VEX.W==1 instruction and we shouldn't treat them as if VEX.W is ignored.

Fixes PR11304.

llvm-svn: 316285
llvm/test/MC/Disassembler/X86/x86-64-err.txt
llvm/utils/TableGen/X86DisassemblerTables.cpp
llvm/utils/TableGen/X86DisassemblerTables.h
llvm/utils/TableGen/X86RecognizableInstr.cpp