-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Be somewhat clearer about upper bits in the codegen.
This is a bit of a hodgepodge of changes, but there are three major things: 1. Get rid of all the "weird" sized ints, none of which we see in practise, and which we thus have low confidence are correct. 2. Simplify some of the zero extension stuff. 3. Zero extend all values to 64 bits before a call. We do this crudely for now.
- Loading branch information
Showing
4 changed files
with
233 additions
and
315 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
Oops, something went wrong.