This is an archive of the discontinued LLVM Phabricator instance.

[SLP] Improve reordering in presence of constant only nodes.
ClosedPublic

Authored by ABataev on Jun 14 2022, 12:41 PM.

Details

Summary

We can skip the analysis of the constant nodes, their order should not
affect the ordering of the trees/subtrees.

Diff Detail

Event Timeline

ABataev created this revision.Jun 14 2022, 12:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2022, 12:41 PM
ABataev requested review of this revision.Jun 14 2022, 12:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2022, 12:41 PM
ABataev updated this revision to Diff 436899.Jun 14 2022, 12:57 PM

Fixed order of checks.

This revision is now accepted and ready to land.Jun 14 2022, 6:09 PM
This revision was landed with ongoing or failed builds.Jun 15 2022, 6:48 AM
This revision was automatically updated to reflect the committed changes.