llvm-project
7674d6fa
- [LLVM][TableGen] Simplify `DagInit::get` (#140056)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
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.
References
#140056 - [LLVM][TableGen] Simplify `DagInit::get`
Author
jurahul
Parents
ebb15353
Files
5
llvm
include/llvm/TableGen
Record.h
lib/TableGen
Record.cpp
utils/TableGen
AsmWriterEmitter.cpp
Common
CodeGenDAGPatterns.cpp
VarLenCodeEmitterGen.cpp
Loading