Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Initial Memory64Lowering pass (#3230) | Wouter van Oortmerssen | 2020-10-13 | 1 | -0/+87 |
This pass will convert a module with 64-bit loads and stores accessing a 64-bit memory to a regular 32-bit one. Pointers remain 64-bit but are truncated just before use. |