This is an archive of the discontinued LLVM Phabricator instance.

[SLP][NFC] Fix condition that was supposed to save a bit of compile time.
ClosedPublic

Authored by vdmitrie on Jun 10 2021, 2:43 PM.

Details

Summary

It was found by chance revealing discrepancy between comment, few lines above,
the condition and how re-ordering of instruction is done inside the if statement it guards.
The condition was always evaluated to true.

Diff Detail

Event Timeline

vdmitrie created this revision.Jun 10 2021, 2:43 PM
vdmitrie requested review of this revision.Jun 10 2021, 2:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2021, 2:43 PM
This revision is now accepted and ready to land.Jun 11 2021, 4:52 AM
This revision was landed with ongoing or failed builds.Jun 11 2021, 10:09 AM
This revision was automatically updated to reflect the committed changes.