r600/sfn: Allow copy-prop of group dest into origin
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19300>
This commit is contained in:
@@ -322,8 +322,7 @@ bool AluInstr::can_propagate_dest() const
|
||||
|
||||
assert(m_dest);
|
||||
|
||||
if (src_reg->pin() == pin_fully ||
|
||||
src_reg->pin() == pin_group) {
|
||||
if (src_reg->pin() == pin_fully) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user