[PATCH] D88832: [TableGen] Add new getAllDerivedDefinitionsTwo function to RecordKeeper
Paul C. Anagnostopoulos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 15:12:02 PDT 2020
Paul-C-Anagnostopoulos updated this revision to Diff 296810.
Paul-C-Anagnostopoulos added reviewers: jrtc27, craig.topper.
Paul-C-Anagnostopoulos set the repository for this revision to rG LLVM Github Monorepo.
Paul-C-Anagnostopoulos added a comment.
Herald added a subscriber: pengfei.
I changed the new getAllDerivedDefinitions() to use a SmallVector rather than a std::vector. Once people have had a look, then I will move the old definition into record.h so it can be inlined.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88832/new/
https://reviews.llvm.org/D88832
Files:
llvm/docs/TableGen/BackGuide.rst
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp
llvm/utils/TableGen/PseudoLoweringEmitter.cpp
llvm/utils/TableGen/RISCVCompressInstEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88832.296810.patch
Type: text/x-patch
Size: 7508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201007/6259ab99/attachment.bin>
More information about the llvm-commits
mailing list