Skip to content

Commit 4baf1fd

Browse files
jgu222Zuul
authored andcommitted
Remove EnableDeSSANonRootFuncArg as it is no longer used.
Change-Id: I15815f96c3708b3f80ff82ec9d29c8a10de27087
1 parent 50aed17 commit 4baf1fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

IGC/common/igc_flags.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ DECLARE_IGC_REGKEY(bool, DisableCodeHoisting, false, "Setting this to
7171
DECLARE_IGC_REGKEY(bool, DisableDeSSA, false, "Setting this to 1/true adds a compiler switch to disable optimized De-SSA")
7272
DECLARE_IGC_REGKEY(bool, EnableDeSSAWA, true, "[tmp]Keep some piece of code to avoid perf regression")
7373
DECLARE_IGC_REGKEY(DWORD, EnableDeSSAAlias, 3, "[tmp]Enable adding alias feature to DeSSA (3: dessa alias on)")
74-
DECLARE_IGC_REGKEY(bool, EnableDeSSANonRootFuncArg, true, "[tmp]When this is set, formal argument is not necessarily a root value of dessa, which is true now.")
7574
DECLARE_IGC_REGKEY(bool, DisablePayloadCoalescing, false, "Setting this to 1/true adds a compiler switch to disable payload coalescing optimization for all types")
7675
DECLARE_IGC_REGKEY(bool, DisablePayloadCoalescing_RT, false, "Setting this to 1/true adds a compiler switch to disable payload coalescing optimization for RT only")
7776
DECLARE_IGC_REGKEY(bool, DisablePayloadCoalescing_Sample, false, "Setting this to 1/true adds a compiler switch to disable payload coalescing optimization for Samplers only")

0 commit comments

Comments
 (0)