Skip to content

Draft: nir/opt_copy_prop_vars: add workaround to avoid slow compilation

nir/opt_copy_prop_vars: add workaround to avoid slow compilation

Don't run the pass if it's going to be very slow.

This is a workaround for issue #9326 (closed) since the real fix is harder to backport.

Merge request reports