Skip to content

Commit 277bba4

Browse files
bcheng0127igcbot
authored andcommitted
address register boundary issue
Caused by spill/fill of address regsiter allocation
1 parent 15b443f commit 277bba4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

visa/Optimizer.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -5748,6 +5748,8 @@ void Optimizer::postRA_HWWorkaround() {
57485748
if (builder.hasFusedEUNoMaskWA()) {
57495749
applyNoMaskWA();
57505750
}
5751+
if (builder.supportNativeSIMD32())
5752+
fixDirectAddrBoundOnDst();
57515753
}
57525754

57535755
// should only be called post-RA, return true if this operand has overlapping

0 commit comments

Comments
 (0)