Skip to content

nir: restrict instruction rewrite on matching bit sizes

Running into a phi instructions will get rewritten but ssa defs don't have matching bit sizes. This fails validation immediately after the opt_cse pass.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Cc: mesa-stable

Merge request reports