This is an archive of the discontinued LLVM Phabricator instance.

[SLP][NFC] Outline lookahead heuristics into a separate helper class.
ClosedPublic

Authored by vdmitrie on Apr 22 2022, 5:19 PM.

Details

Summary

Minor refactoring to reduce size of functional change D124309:
look-ahead scoring routines pulled out of VLOperands and formed
new LookAheadHeuristics helper class.

Diff Detail

Event Timeline

vdmitrie created this revision.Apr 22 2022, 5:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 5:19 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
vdmitrie requested review of this revision.Apr 22 2022, 5:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 5:19 PM

Looks great, @ABataev any comments?

This revision is now accepted and ready to land.Apr 22 2022, 5:44 PM