ZLUDA
ZLUDA copied to clipboard
Reorganize compilation passes
Currently all compiler logic resides in one big block, which is a bit annoying. We should split every pass into separate Rust module.