Skip to content

Commit 59384da

Browse files
pmochockgfxbot
authored andcommitted
Changes in code.
Change-Id: I9cdbdab8087c4c5901db4126752e619550b337af
1 parent 175b468 commit 59384da

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)