[PATCH] D142084: [RFC][X86][MemFold] Upgrade the mechanism of auto-generated Memory Folding Table
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 06:50:52 PDT 2023
skan added inline comments.
================
Comment at: llvm/include/llvm/Support/X86FoldTablesUtils.h:12
+namespace {
enum {
----------------
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.
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