This is an archive of the discontinued LLVM Phabricator instance.

Factor out statepoint verification into separate function.
ClosedPublic

Authored by igor-laevsky on Jan 29 2015, 4:16 PM.

Details

Summary

Simple refactoring. This is done in preparation to support verification of invokable statepoints.

Diff Detail

Repository
rL LLVM

Event Timeline

igor-laevsky retitled this revision from to Factor out statepoint verification into separate function..
igor-laevsky updated this object.
igor-laevsky edited the test plan for this revision. (Show Details)
igor-laevsky added a reviewer: reames.
igor-laevsky set the repository for this revision to rL LLVM.
igor-laevsky added a subscriber: Unknown Object (MLST).
reames edited edge metadata.Jan 30 2015, 10:17 AM

One change needed, otherwise LGTM. Do you want to commit once you've updated?

lib/IR/Verifier.cpp
347 ↗(On Diff #19004)

If we went by the naming convention used by the rest of the class this needs to be VerifyStatepoint and it needs to not be intermixed with the routines used by the visitor. Can you make that change?

Otherwise, LGTM.

igor-laevsky edited edge metadata.
igor-laevsky removed rL LLVM as the repository for this revision.

Please commit on my behalf if this version is fine.

This revision was automatically updated to reflect the committed changes.