[all-commits] [llvm/llvm-project] 0666c5: [RFC][X86][MemFold] Upgrade the mechanism of auto-...

yubingex007-a11y via All-commits all-commits at lists.llvm.org
Sun Mar 19 23:43:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0666c5983369400aab67c0876e5b987a4714381c
      https://github.com/llvm/llvm-project/commit/0666c5983369400aab67c0876e5b987a4714381c
  Author: Bing1 Yu <bing1.yu at intel.com>
  Date:   2023-03-20 (Mon, 20 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