[all-commits] [llvm/llvm-project] ca4c53: [RFC][X86][MemFold] Upgrade the mechanism of auto-...
yubingex007-a11y via All-commits
all-commits at lists.llvm.org
Thu Mar 16 03:44:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca4c5331823755d5f7ae28a8bcaaa0fed21cf762
https://github.com/llvm/llvm-project/commit/ca4c5331823755d5f7ae28a8bcaaa0fed21cf762
Author: Bing1 Yu <bing1.yu at intel.com>
Date: 2023-03-16 (Thu, 16 Mar 2023)
Changed paths:
A llvm/include/llvm/Support/X86FoldTablesUtils.h
M llvm/lib/Target/X86/X86InstrFoldTables.h
A llvm/test/TableGen/x86-auto-memfold.td
M llvm/utils/TableGen/X86FoldTablesEmitter.cpp
A llvm/utils/TableGen/X86FoldTablesEmitterManualMapSet.inc
Log Message:
-----------
[RFC][X86][MemFold] Upgrade the mechanism of auto-generated Memory Folding Table
1. Align ManualMapSet with X86MemoryFoldTableEntry instead of using UnfoldStrategy
2. ManualMapSet able to update the existing record in auto-generated MemFold table
Reviewed By: skan
Differential Revision: https://reviews.llvm.org/D142084
More information about the All-commits
mailing list