[llvm] [NFC][DecoderEmitter] Predicate generation code cleanup (PR #158140)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 14 17:16:21 PDT 2025
================
@@ -1221,7 +1219,8 @@ bool DecoderTableBuilder::emitPredicateMatch(raw_ostream &OS,
unsigned EncodingID) const {
const ListInit *Predicates =
----------------
jurahul wrote:
Done. I also added missing error checks that are in DecoderEmitter but missing in the emitMCPredicateCheck function.
https://github.com/llvm/llvm-project/pull/158140
More information about the llvm-commits
mailing list