This is an archive of the discontinued LLVM Phabricator instance.

Use ImmutableCallSite for statepoint verification.
ClosedPublic

Authored by igor-laevsky on Jan 30 2015, 4:52 PM.

Details

Summary

This change generalizes statepoint verification to use ImmutableCallSite instead of CallInst. This will allow to easily implement invoke statepoint verification (in a following change).

Diff Detail

Repository
rL LLVM

Event Timeline

igor-laevsky retitled this revision from to Use ImmutableCallSite for statepoint verification..
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, 5:32 PM

LGTM, want me to submit?

This revision was automatically updated to reflect the committed changes.