Skip to content

Commit 2385cad

Browse files
jgu222gfxbot
authored andcommitted
Revert it until the build is green. Need to have a
clean build for testing purpose Change-Id: I4a4adc072e3565848aa263da8740f5b1f036bee5
1 parent db269d2 commit 2385cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ DECLARE_IGC_REGKEY(DWORD, LoopSinkThresholdDelta, 50, "Do loop sink If th
6969
DECLARE_IGC_REGKEY(bool, DisableCodeHoisting, false, "Setting this to 1/true adds a compiler switch to disable code-hoisting")
7070
DECLARE_IGC_REGKEY(bool, DisableDeSSA, false, "Setting this to 1/true adds a compiler switch to disable optimized De-SSA")
7171
DECLARE_IGC_REGKEY(bool, EnableDeSSAWA, true, "[tmp]Keep some piece of code to avoid perf regression")
72-
DECLARE_IGC_REGKEY(DWORD, EnableDeSSAAlias, 1, "[tmp]Enable adding alias feature to DeSSA (using PrefCCMap, not InsEltMap")
72+
DECLARE_IGC_REGKEY(DWORD, EnableDeSSAAlias, 0, "[tmp]Enable adding alias feature to DeSSA (using PrefCCMap, not InsEltMap")
7373
DECLARE_IGC_REGKEY(bool, EnableDeSSAMemberRootValue, true, "[tmp]When this is set, root value of dessa is its real member value; otherwise, the root value is just id for a CC.")
7474
DECLARE_IGC_REGKEY(bool, DisablePayloadCoalescing, false, "Setting this to 1/true adds a compiler switch to disable payload coalescing optimization for all types")
7575
DECLARE_IGC_REGKEY(bool, DisablePayloadCoalescing_RT, false, "Setting this to 1/true adds a compiler switch to disable payload coalescing optimization for RT only")

0 commit comments

Comments
 (0)