Skip to content

asahi: SSA-based register allocation

Alyssa Rosenzweig requested to merge asahi/mesa:ra-minimal into main

Based on ideas from !9842 (merged)

Pet project to see how hard SSA-based RA is, what has to change in an Alyssa IR to make it possible, and so on. No spilling support yet, but the old RA didn't do that either.

Edited by Alyssa Rosenzweig

Merge request reports