Skip to content

intel/compiler: move gen5 final pass to actually be final pass

What does this MR do and why?

intel/compiler: move gen5 final pass to actually be final pass

This got broken by the register conversion, this pass needs to be
after all the others.

Fixes: ce75c3c3fea9 ("intel: Switch to intrinsic-based registers")

Merge request reports