Skip to content

Commit e5bc891

Browse files
Gang Y Chenigcbot
authored andcommitted
Disable fuseResourceLoop
due to a correctness issue
1 parent ca519be commit e5bc891

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
@@ -627,7 +627,7 @@ DECLARE_IGC_REGKEY(bool, EnableConstantPromotion, true, "Enable global con
627627
DECLARE_IGC_REGKEY(bool, AllowNonLoopConstantPromotion, false, "Allows promotion for constants not in loop (e.g. used once)", false)
628628
DECLARE_IGC_REGKEY(DWORD, ConstantPromotionSize, 2, "Threshold in number of GRFs", false)
629629
DECLARE_IGC_REGKEY(DWORD, ConstantPromotionCmpSelSize, 4, "Array size threshold for cmp-sel transform", false)
630-
DECLARE_IGC_REGKEY(bool, FuseResourceLoop, true, "Enable fusing resource loops", false)
630+
DECLARE_IGC_REGKEY(bool, FuseResourceLoop, false, "Enable fusing resource loops", false)
631631
DECLARE_IGC_REGKEY(bool, EnableVariableReuse, true, "Enable local variable reuse", false)
632632
DECLARE_IGC_REGKEY(bool, EnableVariableAlias, true, "Enable variable aliases (part of VariableReuse Pass, but separate functionality)", false)
633633
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)