[llvm] [NFC][DecoderEmitter] Predicate generation code cleanup (PR #158140)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 12 05:50:17 PDT 2025
================
@@ -1221,7 +1219,8 @@ bool DecoderTableBuilder::emitPredicateMatch(raw_ostream &OS,
unsigned EncodingID) const {
const ListInit *Predicates =
----------------
s-barannikov wrote:
This should just delegate to `SubtargetFeatureInfo::emitMCPredicateCheck`.
https://github.com/llvm/llvm-project/pull/158140
More information about the llvm-commits
mailing list