[PATCH] D147527: [X86][mem-fold] Use the generated memory folding table

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 01:38:27 PDT 2023


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/X86/CMakeLists.txt:21
 tablegen(LLVM X86GenSubtargetInfo.inc -gen-subtarget)
-
-if (X86_GEN_FOLD_TABLES)
-  tablegen(LLVM X86GenFoldTables.inc -gen-x86-fold-tables -asmwriternum=1)
-endif()
+tablegen(LLVM X86GenFoldTables.inc -gen-x86-fold-tables -asmwriternum=1)
 
----------------
Looks like the rest of the table is sorted?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147527



More information about the llvm-commits mailing list