[llvm] [TableGen][SchedModel] Introduce a new SchedPredicate that checks against SubtargetFeature (PR #161888)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 3 17:52:48 PDT 2025
================
@@ -1586,6 +1586,23 @@ static void emitPredicates(const CodeGenSchedTransition &T,
continue;
}
+ if (Rec->isSubClassOf("FeatureSchedPredicate")) {
+ const Record *FR = Rec->getValueAsDef("Feature");
+ if (PE.shouldExpandForMC())
----------------
arsenm wrote:
Braces
https://github.com/llvm/llvm-project/pull/161888
More information about the llvm-commits
mailing list