[PATCH] D155329: [TableGen][CodeEmitterGen] Add support for querying operand bit offsets
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 16:23:11 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/utils/TableGen/CodeEmitterGen.cpp:11
+// construct an automated code emitter: a function called
+// `getBinaryCodeForInstr()` that, given a MachineInstr, returns the value of
+// the instruction - either as an uint64_t or as an APInt, depending on the
----------------
MachineInstr should be MCInst here and in the new paragraph.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155329/new/
https://reviews.llvm.org/D155329
More information about the llvm-commits
mailing list