llvm-project
7674d6fa - [LLVM][TableGen] Simplify `DagInit::get` (#140056)

Commit
72 days ago
[LLVM][TableGen] Simplify `DagInit::get` (#140056) - Add `DagInit::get` overloads that do not need ValName to be specified. - Fix some calls to either not create temporary arrays for DAG args or use the std::pair<> overload.
Author
Parents
  • llvm
    • include/llvm/TableGen
      • File
        Record.h
    • lib/TableGen
      • File
        Record.cpp
    • utils/TableGen
      • File
        AsmWriterEmitter.cpp
      • Common
        • File
          CodeGenDAGPatterns.cpp
        • File
          VarLenCodeEmitterGen.cpp