This is an archive of the discontinued LLVM Phabricator instance.

[llvm-reduce] Check if reduction fails/is redundant before invoking oracle
ClosedPublic

Authored by aeubanks on Oct 17 2022, 9:15 PM.

Details

Summary

So we don't over count the number of chunks and do unnecessary work reducing more chunks than exist.

This lowers some random reduction I tested with locally from 250s to 232s.

Diff Detail

Event Timeline

aeubanks created this revision.Oct 17 2022, 9:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2022, 9:16 PM
aeubanks requested review of this revision.Oct 17 2022, 9:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2022, 9:16 PM
arsenm accepted this revision.Oct 17 2022, 10:58 PM
This revision is now accepted and ready to land.Oct 17 2022, 10:58 PM
This revision was landed with ongoing or failed builds.Oct 18 2022, 8:44 AM
This revision was automatically updated to reflect the committed changes.