[llvm] [TableGen] Emit Debug code for dynamic bits(eg: instruction operands) in DecoderEmitter (PR #194699)

Prerona Chaudhuri via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 13:50:34 PDT 2026


================
@@ -1517,6 +1566,14 @@ namespace {
 // on their usage.
 template <typename T> constexpr uint32_t InsnBitWidth = 0;
 
+[[maybe_unused]] DecodeStatus dbgFail(const char *Msg,
----------------
pchaudhuri-nv wrote:

Thanks for pointing this out :)

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


More information about the llvm-commits mailing list