Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form from disas...
authorCraig Topper <craig.topper@gmail.com>
Fri, 2 Sep 2011 04:17:54 +0000 (04:17 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 2 Sep 2011 04:17:54 +0000 (04:17 +0000)
commit5ffedb9352ad24f50fa647153dcf04af4e84dbb1
tree4aa7bebc759904ec3b533378f3d91f0b22e874d6
parent24fbb5875c7f45bfab43a656c049d73146dcdfff
Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form from disassembling to their non-VEX form. Also prevents weak filter collisons that were keeping valid VEX instructions from decoding properly. Make VEX_L* not inherit from VEX_* because the VEX.L bit always important. This stops packed int VEX encodings from being disassembled when specified with VEX.L=1. Fixes PR10831 and PR10806.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138997 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/Disassembler/X86/simple-tests.txt
utils/TableGen/X86DisassemblerTables.cpp