[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:44:45 PDT 2025


================
@@ -1048,90 +1064,150 @@ void DecoderEmitter::emitInstrLenTable(formatted_raw_ostream &OS,
 }
 
 void DecoderEmitter::emitPredicateFunction(formatted_raw_ostream &OS,
-                                           PredicateSet &Predicates,
-                                           indent Indent) const {
----------------
s-barannikov wrote:

Can this be done as a separate change?

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


More information about the llvm-commits mailing list