[llvm] [LLVM][TableGen] Parameterize NumToSkip in DecoderEmitter (PR #136456)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 19 17:34:54 PDT 2025
================
@@ -866,7 +879,7 @@ void DecoderEmitter::emitTable(formatted_raw_ostream &OS, DecoderTable &Table,
// The filter value is ULEB128 encoded.
emitULEB128(I, OS);
- // 24-bit numtoskip value.
+ // numtoskip value.
----------------
s-barannikov wrote:
Useless comment
https://github.com/llvm/llvm-project/pull/136456
More information about the llvm-commits
mailing list