Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

EH: Add beginfinally intrinsic #72

Closed
JosephTremoulet opened this issue Feb 19, 2015 · 1 comment
Closed

EH: Add beginfinally intrinsic #72

JosephTremoulet opened this issue Feb 19, 2015 · 1 comment
Assignees

Comments

@JosephTremoulet
Copy link
Contributor

Intrinsic definition and lowering (to nothing; intrinsic is just to represent sideffects of outer filters).

Part of #13.

@JosephTremoulet
Copy link
Contributor Author

We won't need an intrinsic for this after all; since exceptions can only be raised by external calls, the sideffects of invoke will already include potentially executing the outlined, address-escaped filter function. This is how SEH filter invocations are modeled (see http://article.gmane.org/gmane.comp.compilers.llvm.devel/84618).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant