[all-commits] [llvm/llvm-project] b80ae6: [X86][mem-fold] Remove definition of NotMemoryFold...
KanRobert via All-commits
all-commits at lists.llvm.org
Wed Apr 5 06:29:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b80ae6548cd3431358d4a59a3ee4ed212f16164b
https://github.com/llvm/llvm-project/commit/b80ae6548cd3431358d4a59a3ee4ed212f16164b
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrControl.td
M llvm/lib/Target/X86/X86InstrExtension.td
M llvm/lib/Target/X86/X86InstrFormats.td
M llvm/lib/Target/X86/X86InstrKL.td
M llvm/lib/Target/X86/X86InstrMMX.td
M llvm/lib/Target/X86/X86InstrMisc.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86InstrSystem.td
M llvm/lib/Target/X86/X86InstrVMX.td
M llvm/utils/TableGen/X86FoldTablesEmitter.cpp
M llvm/utils/TableGen/X86ManualFoldTables.def
Log Message:
-----------
[X86][mem-fold] Remove definition of NotMemoryFoldable and move code into a def file, NFCI
The goal is to centralize the logic of the memory fold.
More information about the All-commits
mailing list