[PATCH] D127787: [TableGen][X86] Emit memory operand size table
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 15 08:31:42 PDT 2022
skan added inline comments.
================
Comment at: llvm/lib/Target/X86/X86InstrInfo.td:397
let OperandType = "OPERAND_MEMORY";
+ int Size = size;
}
----------------
Could you also simply the function `getMemOperandSize` in X86RecognizableInstr.cpp in this patch? You can return value of `Size` now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127787/new/
https://reviews.llvm.org/D127787
More information about the llvm-commits
mailing list