This is an archive of the discontinued LLVM Phabricator instance.

[NFCI] Change RewriteStatepointsForGC to a ModulePass.
ClosedPublic

Authored by sanjoy on May 28 2015, 1:58 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sanjoy updated this revision to Diff 26733.May 28 2015, 1:58 PM
sanjoy retitled this revision from to [NFCI] Change RewriteStatepointsForGC to a ModulePass..
sanjoy updated this object.
sanjoy edited the test plan for this revision. (Show Details)
sanjoy added reviewers: reames, pgavlin.
sanjoy added a subscriber: Unknown Object (MLST).
reames accepted this revision.May 28 2015, 3:32 PM
reames edited edge metadata.

Codewise, LGTM. However, please use a more descriptive submission comment when you actually land it. A bit of context is a good thing. :)

This revision is now accepted and ready to land.May 28 2015, 3:32 PM
pgavlin accepted this revision.May 28 2015, 3:37 PM
pgavlin edited edge metadata.

LGTM as well. Which later change depends on this?

LGTM as well. Which later change depends on this?

http://reviews.llvm.org/D10105

Okay, I see the dependency in there now. Missed it when I glanced at that review earlier.

This revision was automatically updated to reflect the committed changes.