This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Update the scheduler for the reverse iterator builder
ClosedPublic

Authored by pzheng on Sep 18 2017, 5:05 PM.

Details

Summary

We replace the nightly scheduler for the reverse iterator builder with a
SingleBranchScheduler.

Diff Detail

Repository
rL LLVM

Event Timeline

pzheng created this revision.Sep 18 2017, 5:05 PM
gkistanova requested changes to this revision.Sep 21 2017, 1:11 PM

This seems like 2 unrelated changes.
Could you split it to 2 different items, please?

This revision now requires changes to proceed.Sep 21 2017, 1:11 PM
pzheng updated this revision to Diff 116257.Sep 21 2017, 1:20 PM
pzheng edited the summary of this revision. (Show Details)
pzheng edited edge metadata.

I have split the patch into two. Please review the other one too.
https://reviews.llvm.org/D38152

mgrang accepted this revision.Sep 22 2017, 3:07 PM

LGTM.

This revision was automatically updated to reflect the committed changes.