Skip to content

Commit 1df7a35

Browse files
houjenkoigcbot
authored andcommitted
To support AIL WaEnableFastestLinearScan for DX11 and DX12
To support AIL WaEnableFastestLinearScan for DX11 and DX12
1 parent 4bce401 commit 1df7a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/Compiler/CISACodeGen/CISABuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4727,7 +4727,7 @@ namespace IGC
47274727
SaveOption(vISA_LVN, false);
47284728
SaveOption(vISA_QuickTokenAllocation, true);
47294729
if (context->getModuleMetaData()->compOpt.EnableFastestLinearScan ||
4730-
IGC_IS_FLAG_DISABLED(EnableFastestLinearScan))
4730+
IGC_IS_FLAG_ENABLED(EnableFastestLinearScan))
47314731
{
47324732
SaveOption(vISA_LinearScan, true);
47334733
}

0 commit comments

Comments
 (0)