[llvm] [Support] Add end/error to decode[US]LEB128AndInc (PR #90006)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 18:58:48 PDT 2024


MaskRay wrote:

Some `decode[US]LEB128AndInc` occurrences in `llvm/utils/TableGen/DecoderEmitter.cpp` omit `end`.
Making `end` non-default would need to update them where there isn't a good parameter...

https://github.com/llvm/llvm-project/pull/90006


More information about the llvm-commits mailing list