mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
d548268140
* Aggressively prune no-side-effect instructions during DCE. Since we're walking all the instructions anyway, it's practically zero-cost. * Reverse iteration order within a function. This allows to root more instructions per `spread_roots` invocation, becoming zero-cost in absence of loops. * Manually iterate over function instructions in reverse order. |
||
---|---|---|
.. | ||
rustc_codegen_spirv | ||
spirv-builder | ||
spirv-std |