[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
Wed Feb 15 20:22:23 PST 2023
yubing added inline comments.
================
Comment at: llvm/utils/TableGen/X86FoldTablesEmitter.cpp:429
+ // Check no-kz version's isMoveReg
+ if (RegRec->getName().ends_with("rkz")) {
+ const CodeGenInstruction *BaseRegInst =
----------------
Is there better way to check no-kz version's isMoveReg?
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