You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered: