[PATCH] D88832: [TableGen] Add new getAllDerivedDefinitionsTwo function to RecordKeeper

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 10:38:22 PDT 2020


Paul-C-Anagnostopoulos updated this revision to Diff 296499.
Paul-C-Anagnostopoulos added a comment.

I replaced getAllDerivedDefinitionsTwo with an overload of getAllDerivedDefinitions and reimplemented the original function in terms of the new one.


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.296499.patch
Type: text/x-patch
Size: 6806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201006/39e8f61a/attachment.bin>


More information about the llvm-commits mailing list