Skip to content

Commit c7383a5

Browse files
peplaigcbot
authored andcommitted
Changes in code.
1 parent f7d9f1d commit c7383a5

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
@@ -654,7 +654,7 @@ DECLARE_IGC_REGKEY(bool, EnableConstantPromotion, true, "Enable global con
654654
DECLARE_IGC_REGKEY(bool, AllowNonLoopConstantPromotion, false, "Allows promotion for constants not in loop (e.g. used once)", false)
655655
DECLARE_IGC_REGKEY(DWORD, ConstantPromotionSize, 2, "Threshold in number of GRFs", false)
656656
DECLARE_IGC_REGKEY(DWORD, ConstantPromotionCmpSelSize, 4, "Array size threshold for cmp-sel transform", false)
657-
DECLARE_IGC_REGKEY(bool, FuseResourceLoop, true, "Enable fusing resource loops", false)
657+
DECLARE_IGC_REGKEY(bool, FuseResourceLoop, false, "Enable fusing resource loops", false)
658658
DECLARE_IGC_REGKEY(bool, EnableVariableReuse, true, "Enable local variable reuse", false)
659659
DECLARE_IGC_REGKEY(bool, EnableVariableAlias, true, "Enable variable aliases (part of VariableReuse Pass, but separate functionality)", false)
660660
DECLARE_IGC_REGKEY(DWORD, VATemp, 0, "[temp]New code to replace code under EnableVATemp (removed already). Once stable, remove this.", false)

0 commit comments

Comments
 (0)