[all-commits] [llvm/llvm-project] 40c859: [TableGen] Use size returned by encodeULEB128 to s...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Mar 31 15:58:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40c859a704399c04c74311bdd25144a78e2eb093
https://github.com/llvm/llvm-project/commit/40c859a704399c04c74311bdd25144a78e2eb093
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M llvm/utils/TableGen/DecoderEmitter.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list