[PATCH] D142084: [X86][MemFold] Upgrade the mechanism of auto-generated Memory Folding Table

Bing Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 23:10:19 PST 2023


yubing added a comment.

PLAN:

1. Move MemoryFoldTable2Addr MemoryFoldTable0~4 into X86InstrFoldTables.def from llvm/lib/Target/X86/X86InstrFoldTables.cpp
2. Update llvm/lib/Target/X86/X86InstrFoldTables.def with adding records, mainly for avx512fp16
3. Update ManualMapSet in X86FoldTablesEmitter.cpp to make x86-auto-memfold.td pass
4. small modification for remaining different ~30 records


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142084/new/

https://reviews.llvm.org/D142084



More information about the llvm-commits mailing list