[llvm] [LLVM][TableGen][DecoderEmitter] Add wrapper class for `bit_value_t` (PR #146248)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 10:49:13 PDT 2025


================
@@ -83,7 +84,7 @@ static cl::opt<bool> LargeTable(
              "in the table instead of the default 16 bits."),
     cl::init(false), cl::cat(DisassemblerEmitterCat));
 
-static cl::opt<bool> UseFnTableInDecodetoMCInst(
+static cl::opt<bool> UseFnTableInDecodeToMCInst(
----------------
topperc wrote:

You can just commit this rename without review. It doesn't really belong in this patch.

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


More information about the llvm-commits mailing list