[all-commits] [llvm/llvm-project] b94e9b: [X86] Remove MODRM_SPLITREGM from the disassembler...
topperc via All-commits
all-commits at lists.llvm.org
Fri Jul 3 00:17:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b94e9b7f053875bf3f1c1c61e0c0fa9336a2b2c1
https://github.com/llvm/llvm-project/commit/b94e9b7f053875bf3f1c1c61e0c0fa9336a2b2c1
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-07-03 (Fri, 03 Jul 2020)
Changed paths:
M llvm/include/llvm/Support/X86DisassemblerDecoderCommon.h
M llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
M llvm/utils/TableGen/X86DisassemblerTables.cpp
Log Message:
-----------
[X86] Remove MODRM_SPLITREGM from the disassembler tables.
This offers a very minor table size reduction due to only being
used for one AMX opcode.
More information about the All-commits
mailing list