Skip to content

Commit 8ca9843

Browse files
sys-igcigcbot
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: 7f12958: Enable merging allocas for raytracing
Enable merging allocas for raytracing
1 parent f1fe908 commit 8ca9843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ DECLARE_IGC_GROUP("Raytracing Options")
987987
DECLARE_IGC_REGKEY(bool, DisableRTStackOpts, false, "Disable some optimizations that minimize reads/writes to the RTStack", true)
988988
DECLARE_IGC_REGKEY(bool, DisablePrepareLoadsStores, false, "Disable preparation for MemOpt", true)
989989
DECLARE_IGC_REGKEY(bool, DisableRayTracingConstantCoalescing, false, "Disable coalescing", true)
990-
DECLARE_IGC_REGKEY(bool, DisableMergeAllocas, false, "Do not merge allocas prior to SplitAsyncPass", false)
990+
DECLARE_IGC_REGKEY(bool, DisableMergeAllocas, true, "Do not merge allocas prior to SplitAsyncPass", false)
991991
DECLARE_IGC_REGKEY(bool, DisableMergeAllocasPrivateMemory, false, "Do not merge allocas prior to PrivateMemoryResolution", false)
992992
DECLARE_IGC_REGKEY(bool, DisableMergingOfMultipleAllocasWithOffset, false, "Do not merge multiple smaller allocas under one larger one with different offsets.", false)
993993
DECLARE_IGC_REGKEY(DWORD, RayTracingConstantCoalescingMinBlockSize, 4, "Set the minimum load size in # OWords = [1,2,4,8,16].", true)

0 commit comments

Comments
 (0)