Skip to content

ibc: Add a register allocator

Faith Ekstrand requested to merge wip/ibc-ra into ibc

This MR adds a linear-scan binpacking register allocator to IBC. It doesn't do any spilling yet but it's good enough to pass thousands of Vulkan CTS SSBO tests.

Related: #13 (closed)

Edited by Faith Ekstrand

Merge request reports