[PATCH] D89458: [ARM][SchedModels] Convert IsPredicatedPred to MCSchedPredicate
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 16 02:13:40 PDT 2020
evgeny777 added a comment.
> The main problem in your case was that CheckFunctionPredicate is not very good because it assumes a single operand in input to the function (i.e. a MachineInstr/MCInst operand).
Exactly :). When I realized that new CheckFunction-like predicate should be introduced to cope with changed function signature I switch to getDesc/setDesc approach. Ok, let's wait for others.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89458/new/
https://reviews.llvm.org/D89458
More information about the llvm-commits
mailing list