This is an archive of the discontinued LLVM Phabricator instance.

[ARM][SchedModels] Convert IsLdstsoScaledPred to MCSchedPredicate
ClosedPublic

Authored by evgeny777 on Oct 22 2020, 2:15 AM.

Diff Detail

Event Timeline

evgeny777 created this revision.Oct 22 2020, 2:15 AM
evgeny777 requested review of this revision.Oct 22 2020, 2:15 AM

Nice patch!
The new predicate looks good.

It is interesting how IsLdstsoScaledPred was actually unused, and only IsLdstsoScaledPredX2 was the only used predicate.

As always, please wait for the final accept from @dmgreen as he definitely knows more than me if those new numbers are correct :).

Good job!
-Andrea

dmgreen accepted this revision.Oct 22 2020, 7:21 AM

LGTM. Thanks

This revision is now accepted and ready to land.Oct 22 2020, 7:21 AM