Skip to content

Commit 9c6d7c1

Browse files
jgu222igcbot
authored andcommitted
apply m16 on a0 init
Need to apply M16 on a0.2 init
1 parent 8939767 commit 9c6d7c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

visa/SpillManagerGMRF.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4916,6 +4916,10 @@ void GlobalRA::saveRestoreA0(G4_BB * bb)
49164916
}
49174917
auto a0SSO = a0SSOMove();
49184918
bb->insertBefore(instIt, a0SSO);
4919+
if (EUFusionCallWANeeded())
4920+
{
4921+
addEUFusionCallWAInsts(a0SSO);
4922+
}
49194923
hasActiveSpillFill = true;
49204924
}
49214925
}

0 commit comments

Comments
 (0)