[all-commits] [llvm/llvm-project] 33e2e7: [X86][Tablgen] Rename IgnoresVEX_W to IgnoresW, VE...
KanRobert via All-commits
all-commits at lists.llvm.org
Wed Apr 19 20:16:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33e2e713c6bf653278206fe268f2f05619057a29
https://github.com/llvm/llvm-project/commit/33e2e713c6bf653278206fe268f2f05619057a29
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M llvm/lib/Target/X86/X86InstrAMX.td
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrFormats.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/utils/TableGen/X86DisassemblerTables.cpp
M llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
M llvm/utils/TableGen/X86FoldTablesEmitter.cpp
M llvm/utils/TableGen/X86RecognizableInstr.cpp
M llvm/utils/TableGen/X86RecognizableInstr.h
Log Message:
-----------
[X86][Tablgen] Rename IgnoresVEX_W to IgnoresW, VEX_WIG to WIG, NFCI
We no longer distinguish REX.W from VEX.W in .td.
More information about the All-commits
mailing list