Skip to content

intel/fs: fix mesh indirect movs

The size in src[2] is in byte and needs to cover any possible data accessed in src[0] by the indirection. That way the register allocation is aware of what cannot be spilled for the instruction to execute on valid data.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 70ace2bb ("intel/compiler: Implement Task Output and Mesh Input")

Merge request reports