[PATCH] D91632: [TableGen] [ISel Matcher Emitter] Rework with two passes: one to size, one to emit
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 09:08:47 PST 2020
arsenm added inline comments.
================
Comment at: llvm/utils/TableGen/DAGISelMatcher.h:44
std::unique_ptr<Matcher> Next;
+ unsigned Size; // Size in bytes of matcher and all its children (if any).
virtual void anchor();
----------------
Probably should be size_t
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91632/new/
https://reviews.llvm.org/D91632
More information about the llvm-commits
mailing list