[PATCH] D142084: [RFC][X86][MemFold] Upgrade the mechanism of auto-generated Memory Folding Table
    Bing Yu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 20 22:14:12 PDT 2023
    
    
  
yubing added inline comments.
================
Comment at: llvm/include/llvm/Support/X86FoldTablesUtils.h:12
 
+namespace {
 enum {
----------------
skan wrote:
> fdeazeve wrote:
> > The anon namespace is causing the bot failure, was a there a particular reason for this change? If not, I'll submit a patch
> I think it's a typo by the author of this patch.
thanks for fixing it.
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