Skip to content

microsoft/compiler: Reuse deref_path for substores

Daniel Stone requested to merge load-deref-reuse-path into msclc-d3d12

As with the load_deref path, move the nir_deref_path out of the substore loop, since it is constant across substores.

Signed-off-by: Daniel Stone daniels@collabora.com

Merge request reports