We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369917d commit 416863dCopy full SHA for 416863d
IGC/Compiler/CISACodeGen/CISABuilder.cpp
@@ -4811,7 +4811,7 @@ namespace IGC
4811
SaveOption(vISA_LVN, false);
4812
SaveOption(vISA_QuickTokenAllocation, true);
4813
if (context->getModuleMetaData()->compOpt.EnableFastestLinearScan ||
4814
- IGC_IS_FLAG_ENABLED(EnableFastestLinearScan))
+ IGC_IS_FLAG_DISABLED(EnableFastestLinearScan))
4815
{
4816
SaveOption(vISA_LinearScan, true);
4817
}
0 commit comments