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

EH: Expand arithmetic overflow checks in reader #65

Closed
JosephTremoulet opened this issue Feb 19, 2015 · 0 comments · Fixed by #342
Closed

EH: Expand arithmetic overflow checks in reader #65

JosephTremoulet opened this issue Feb 19, 2015 · 0 comments · Fixed by #342

Comments

@JosephTremoulet
Copy link
Contributor

Need to handle the *.ovf family of arithmetic instrructions.
Expand with explicit checks, following the pattern of #63.
If this needs to be two operations in LLVM IR (check for ovf conditions followed by actual arithmetic), make sure to use the .nuw/.nsw form after the check.

Part of #13.

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

Successfully merging a pull request may close this issue.

2 participants