We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6057f9e commit 5209a9bCopy full SHA for 5209a9b
visa/GraphColor.cpp
@@ -9777,7 +9777,7 @@ int GlobalRA::coloringRegAlloc()
9777
scratchOffset = std::max(scratchOffset, spillGRF.getNextScratchOffset());
9778
9779
bool disableSpillCoalecse = builder.getOption(vISA_DisableSpillCoalescing) ||
9780
- builder.getOption(vISA_FastSpill) || builder.getOption(vISA_Debug) || hasStackCall ||
+ builder.getOption(vISA_FastSpill) || builder.getOption(vISA_Debug) ||
9781
(!useScratchMsgForSpill
9782
);
9783
0 commit comments