Skip to content

Commit 416863d

Browse files
houjenkoigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: 1df7a35
To support AIL WaEnableFastestLinearScan for DX11 and DX12 To support AIL WaEnableFastestLinearScan for DX11 and DX12
1 parent 369917d commit 416863d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/Compiler/CISACodeGen/CISABuilder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4811,7 +4811,7 @@ namespace IGC
48114811
SaveOption(vISA_LVN, false);
48124812
SaveOption(vISA_QuickTokenAllocation, true);
48134813
if (context->getModuleMetaData()->compOpt.EnableFastestLinearScan ||
4814-
IGC_IS_FLAG_ENABLED(EnableFastestLinearScan))
4814+
IGC_IS_FLAG_DISABLED(EnableFastestLinearScan))
48154815
{
48164816
SaveOption(vISA_LinearScan, true);
48174817
}

0 commit comments

Comments
 (0)