diff options
author | Jakub Kuderski <jakub@nod-labs.com> | 2023-10-24 13:20:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 13:20:05 -0400 |
commit | 4c28e666a75805cf453c0d4ed153bfbc779c45c5 (patch) | |
tree | 75444ed77669dae3077706ffab24652da6143d22 /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | 211dc4ad400cd86a0c19742c738264462c169e1b (diff) | |
download | llvm-4c28e666a75805cf453c0d4ed153bfbc779c45c5.zip llvm-4c28e666a75805cf453c0d4ed153bfbc779c45c5.tar.gz llvm-4c28e666a75805cf453c0d4ed153bfbc779c45c5.tar.bz2 |
[ADT] Support appending multiple values (#69891)
This is so that we can append multiple values at once without having to
create a temporary array or repeatedly call `push_back`.
Use the new function `append_values` to clean up the SPIR-V serializer
code. (NFC)
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions