You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable copy propagation of operands with send instructions
IGC currently does not allow copy propagation of operands between mov
and send instructions. Enabling this can result in performance
improvement through reduction of instruction count; instruction count is
reduced through elimination of mov instructions.
0 commit comments