This is an archive of the discontinued LLVM Phabricator instance.

Mark statepoint intrinsic with Throws attribute
ClosedPublic

Authored by igor-laevsky on Jun 3 2015, 9:08 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

igor-laevsky retitled this revision from to Mark statepoint intrinsic with Throws attribute.
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 accepted this revision.Jun 3 2015, 9:16 AM
reames edited edge metadata.

LGTM.

p.s. It's not just invokes. A exception can propagate through a call as well provided there's no local handler within the frame.

This revision is now accepted and ready to land.Jun 3 2015, 9:16 AM
This revision was automatically updated to reflect the committed changes.