Skip to content

Commit 2d949e6

Browse files
jgu222gfxbot
authored andcommitted
Revert of:
Enable a new way to handle InsELt. This is a first step out of 3 to enable alias in dessa Change-Id: If7bcfb0db5a692b99a52e6a3a365ea8f92b95631
1 parent f0abd2d commit 2d949e6

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)