We pack this info in a tuple just to spread it back out for a function
call. Spreads in C++ are awkward. If I want to add an additional
element to the tuple, I need to add more calls to std::get<> later. Just
use a struct.
Details
Details
- Reviewers
ributzka
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo