@@ -428,7 +428,7 @@ DECLARE_IGC_REGKEY(bool, DisableGPGPUIndirectPayload, false, "Disable OCL indi
428
428
DECLARE_IGC_REGKEY (bool , DisableDSDualPatch , false, "Setting it to true with enable Single and Dual Patch dispatch mode for Domain Shader" , false)
429
429
DECLARE_IGC_REGKEY (bool , DisableMemOpt , false, "Disable MemOpt, merging load/store" , true)
430
430
DECLARE_IGC_REGKEY (bool , DisableMemOpt2 , false, "Disable MemOpt2" , false)
431
- DECLARE_IGC_REGKEY (DWORD , EnableLdStCombine , 0 , "Enable load/store combine pass if set to 1 or 2 (intend to replace memopt)" , true)
431
+ DECLARE_IGC_REGKEY (DWORD , EnableLdStCombine , 1 , "Enable load/store combine pass if set to 1 or 2 (intend to replace memopt)" , true)
432
432
DECLARE_IGC_REGKEY (DWORD , MaxStoreVectorSizeInBytes , 0 , "[LdStCombine] the max non-uniform vector size for the coalesced store. 0: compiler choice (default, 16(4DW)); others: 4/8/16/32" , true)
433
433
DECLARE_IGC_REGKEY (DWORD , MaxLoadVectorSizeInBytes , 0 , "[LdStCombine] the max non-uniform vector size for the coalesced load. 0: compiler choice (default, 16(4DW)); others: 4/8/16/32" , true)
434
434
DECLARE_IGC_REGKEY (DWORD ,MaxLiveOutThreshold , 0 , "Max LiveOut Threshold in MemOpt2" , false)
0 commit comments