Skip to content

Commit 5209a9b

Browse files
pratikasharigcbot
authored andcommitted
Enable spill cleanup for fp based spill/fill.
1 parent 6057f9e commit 5209a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/GraphColor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9777,7 +9777,7 @@ int GlobalRA::coloringRegAlloc()
97779777
scratchOffset = std::max(scratchOffset, spillGRF.getNextScratchOffset());
97789778

97799779
bool disableSpillCoalecse = builder.getOption(vISA_DisableSpillCoalescing) ||
9780-
builder.getOption(vISA_FastSpill) || builder.getOption(vISA_Debug) || hasStackCall ||
9780+
builder.getOption(vISA_FastSpill) || builder.getOption(vISA_Debug) ||
97819781
(!useScratchMsgForSpill
97829782
);
97839783

0 commit comments

Comments
 (0)