This is an archive of the discontinued LLVM Phabricator instance.

[Reduce] Rewrite runDeltaPass() workloop: do reduce a single and/or last target
ClosedPublic

Authored by lebedev.ri on Jul 22 2020, 6:16 AM.

Details

Summary

If there was a single target to begin with, because a single target
can only occupy a single chunk, we couldn't increase granularity.
and would immediately give up.

Likewise, if we had multiple targets, if by the end we'd end up with
a single target, we wouldn't finish reducing it, it would always
end up being "interesting"

Diff Detail

Event Timeline

lebedev.ri created this revision.Jul 22 2020, 6:16 AM
dblaikie accepted this revision.Jul 22 2020, 2:20 PM

Looks good - thanks!

This revision is now accepted and ready to land.Jul 22 2020, 2:20 PM

Looks good - thanks!

Thank you for the review.

This revision was automatically updated to reflect the committed changes.