d04ee07712
No hash updates as I didn't find a facility to do it in radeonsi (even though there are flags like forcing fma32). Note that we do this very late to avoid any optimizations that might remove the dead stores. (Checked that LLVM doesn't remove them, but it is admittedly potentially brittle) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26679>