[llvm] [TableGen][DecoderEmitter] Add option to emit type-specialized `decodeToMCInst` (PR #146593)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 12 03:57:43 PDT 2025


================
@@ -32,44 +32,6 @@ class MCOperand;
 class MCSubtargetInfo;
 class Twine;
 
-// Exposes an interface expected by autogenerated code in
-// FixedLenDecoderEmitter
-class DecoderUInt128 {
----------------
s-barannikov wrote:

I was hoping we can have a pregenerated template class like this specialized for uint/APInt/bitset<N>. Do you think it is possible?


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


More information about the llvm-commits mailing list