diff options
author | Nick Desaulniers <ndesaulniers@google.com> | 2023-07-17 14:40:09 -0700 |
---|---|---|
committer | Nick Desaulniers <ndesaulniers@google.com> | 2023-07-17 14:45:07 -0700 |
commit | bec04b4b00551672e0f381bfc627f0a29bb920bd (patch) | |
tree | 0c9435073898381d28bd50514b57c425f07f4465 /llvm/docs/CommandGuide | |
parent | 467df9c591dfdffef9af94b2d7e7a9df79afa551 (diff) | |
download | llvm-bec04b4b00551672e0f381bfc627f0a29bb920bd.zip llvm-bec04b4b00551672e0f381bfc627f0a29bb920bd.tar.gz llvm-bec04b4b00551672e0f381bfc627f0a29bb920bd.tar.bz2 |
[ConstantHoisting] use struct rather than tuple for adjustments
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.
Reviewed By: void
Differential Revision: https://reviews.llvm.org/D155236
Diffstat (limited to 'llvm/docs/CommandGuide')
0 files changed, 0 insertions, 0 deletions