[PATCH] D91632: [TableGen] [ISel Matcher Emitter] Rework with two passes: one to size, one to emit
Paul C. Anagnostopoulos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 09:15:42 PST 2020
Paul-C-Anagnostopoulos 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();
----------------
arsenm wrote:
> Probably should be size_t
Yes, I will fix this.
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