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

Felipe de Azevedo Piovezan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 05:34:59 PDT 2023


fdeazeve added inline comments.


================
Comment at: llvm/include/llvm/Support/X86FoldTablesUtils.h:12
 
+namespace {
 enum {
----------------
The anon namespace is causing the bot failure, was a there a particular reason for this change? If not, I'll submit a patch


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