[all-commits] [llvm/llvm-project] e13faa: [X86][tablgen] Add interface getMnemonic to namesp...
KanRobert via All-commits
all-commits at lists.llvm.org
Fri Mar 25 18:56:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e13faa40cf0a727a76e395ab4123b9d2ca527b49
https://github.com/llvm/llvm-project/commit/e13faa40cf0a727a76e395ab4123b9d2ca527b49
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2022-03-26 (Sat, 26 Mar 2022)
Changed paths:
M llvm/utils/TableGen/X86MnemonicTables.cpp
M llvm/utils/TableGen/X86RecognizableInstr.cpp
M llvm/utils/TableGen/X86RecognizableInstr.h
Log Message:
-----------
[X86][tablgen] Add interface getMnemonic to namespace X86Disassembler, NFCI
Address comments in D122477 b/c `getMnemonic` is common to X86 and may be
used in more than one place.
More information about the All-commits
mailing list