[llvm] [TableGen][DecoderEmitter] Add option to emit type-specialized `decodeToMCInst` (PR #146593)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 13:50:46 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 {
----------------
jurahul wrote:
Started https://github.com/llvm/llvm-project/pull/148718 for this.
https://github.com/llvm/llvm-project/pull/146593
More information about the llvm-commits
mailing list