[all-commits] [llvm/llvm-project] c66c15: [X86] Rename some variables for memory fold and fo...
Shengchen Kan via All-commits
all-commits at lists.llvm.org
Tue Nov 28 03:08:15 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c66c15a76dc7b021c29479a54aa1785928e9d1bf
https://github.com/llvm/llvm-project/commit/c66c15a76dc7b021c29479a54aa1785928e9d1bf
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M llvm/lib/Target/X86/X86InstrFoldTables.cpp
M llvm/test/TableGen/x86-fold-tables.inc
M llvm/utils/TableGen/X86FoldTablesEmitter.cpp
Log Message:
-----------
[X86] Rename some variables for memory fold and format code, NFCI
1. Rename the names of tables to simplify the print
2. Align the abbreviation in the same file Instr -> Inst
3. Clang-format
4. Capitalize the first char of the variable name
More information about the All-commits
mailing list