Skip to content

Commit c5d9b0f

Browse files
aratajewigcbot
authored andcommitted
Reintroduce the realignment fix initially merged in 603b9dd
The fix was reverted due to a regression that turned out to be a false alarm, since the solution to the regression was to increase the test timeout.
1 parent 22a2aeb commit c5d9b0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/Compiler/CISACodeGen/EmitVISAPass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18981,6 +18981,7 @@ void EmitPass::emitPushFrameToStack(Function* ParentFunction, unsigned& pushSize
1898118981
}
1898218982

1898318983
pFP = ReAlignUniformVariable(pFP, EALIGN_GRF);
18984+
pOldFP = ReAlignUniformVariable(pOldFP, EALIGN_GRF);
1898418985
bool useA64 = (pFP->GetSize() == 8);
1898518986
if (shouldGenerateLSC())
1898618987
{

0 commit comments

Comments
 (0)