Skip to content

nir/loop_analyze: fix in the case of vector basis/limit/comparison

Rhys Perry requested to merge pendingchaos/mesa:nir_loop_analyze_vector into main

Replacement in try_eval_const_alu() doesn't work because the replacements are always scalar. The callers also always give a scalar dest.

This is encountered when compiling a Redout shader under ASan.

Merge request reports