forked from mit-plv/fiat-crypto
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate addcarryx/subborrowx wrappers in Go
This is a partial fix for item 1 of mit-plv#949 (comment) also mentioned at golang/go#40171 (comment) Unfortunately, we still cast the arguments to uint1 because we don't have enough information in the right places to relax the casts. We really want a fused absint/rewriting pass, where we get access to true bounds information rather than just casts.
- Loading branch information
1 parent
c1abeae
commit 694b927
Showing
44 changed files
with
16,156 additions
and
15,805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.