Files
clang-p2996/llvm/utils/TableGen/DecoderEmitter.cpp
Craig Topper 40c859a704 [TableGen] Use size returned by encodeULEB128 to simplify some code. NFC (#133750)
We can use the length to insert all the bytes at once instead of
partially decoding them to insert one byte at a time.
2025-03-31 15:58:36 -07:00

92 KiB