This is an archive of the discontinued LLVM Phabricator instance.

[SLP]Skip undefs trying to find perfect/shuffled tree entries matching.
ClosedPublic

Authored by ABataev on Apr 22 2021, 6:46 AM.

Details

Summary

We can skip check for undefs trying to find perfect/shuffled tree
entries matching, they can be ignored completely improving the final
cost/vectorization results.

Diff Detail

Event Timeline

ABataev created this revision.Apr 22 2021, 6:46 AM
ABataev requested review of this revision.Apr 22 2021, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2021, 6:46 AM
RKSimon accepted this revision.Apr 22 2021, 8:38 AM

LGTM

This revision is now accepted and ready to land.Apr 22 2021, 8:38 AM
This revision was landed with ongoing or failed builds.Apr 22 2021, 8:59 AM
This revision was automatically updated to reflect the committed changes.