Skip to content

r600/sfn: Don't override a chgr pinning during copy propagation

What does this MR do and why?

This MR fixes two issues with copy propagation in r600/sfn:

  • Check if a register is part of a group in any of its uses before removing the group based on the currently checked instruction
  • don't override the chgr property when propagating a single value of a group.

Closes: #9998 (closed)

Merge request reports