summaryrefslogtreecommitdiff
path: root/src/passes/Memory64Lowering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added Initial Memory64Lowering pass (#3230)Wouter van Oortmerssen2020-10-131-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.