[all-commits] [llvm/llvm-project] 350faf: [TableGen] Add overload of RecordKeeper::getAllDer...

Paul C. Anagnostopoulos via All-commits all-commits at lists.llvm.org
Mon Oct 12 13:41:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 350fafabe9d3bda75e80bf077303eb5a09130b53
      https://github.com/llvm/llvm-project/commit/350fafabe9d3bda75e80bf077303eb5a09130b53
  Author: Paul C. Anagnostopoulos <paul at windfall.com>
  Date:   2020-10-12 (Mon, 12 Oct 2020)

  Changed paths:
    M llvm/docs/TableGen/BackGuide.rst
    M llvm/include/llvm/TableGen/Record.h
    M llvm/lib/TableGen/Record.cpp
    M llvm/utils/TableGen/PseudoLoweringEmitter.cpp

  Log Message:
  -----------
  [TableGen] Add overload of RecordKeeper::getAllDerivedDefinitions()
  and use in PseudoLowering backend.
Now the two getAllDerivedDefinitions() use StringRef and Arrayref.
Use all_of() in getAllDerivedDefinitions().




More information about the All-commits mailing list