[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)
Loading
Please sign in to comment