This commit makes escapes symmetrical, meaning that having escape
before and after the branching, where parameter is not called on
one of the paths, will have the same effect.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM! Do any of the high-level comments at the beginning of the file need to be updated to reflect this change?
Comment Actions
No, they don't. This commit doesn't affect the join semantics (the main focus of those). It changes semantics of the transfer function that probably also should be described somewhere in one part of the code.