Skip to content

Commit 9a9ecca

Browse files
sys-igcpszymich
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: 6230f52: Remat threshold increase
This change is to allow for bigger early rematerialization to avoid redundant spills. (cherry picked from commit b6cbdcf)
1 parent c5da639 commit 9a9ecca

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
@@ -1807,7 +1807,7 @@ DECLARE_IGC_REGKEY(bool, DisableCanonizationWA, false,
18071807
"WA for A0 to inject shifts to canonize global and local pointers", true)
18081808
DECLARE_IGC_REGKEY(bool, DisableEarlyRemat, false, "Disable quick remats to avoid some spills", true)
18091809
DECLARE_IGC_REGKEY(bool, DisableLateRemat, false, "Disable quick remats to avoid some spills", true)
1810-
DECLARE_IGC_REGKEY(DWORD, RematThreshold, 7, "Tunes how aggresively we should remat values into continuations", true)
1810+
DECLARE_IGC_REGKEY(DWORD, RematThreshold, 6, "Tunes how aggresively we should remat values into continuations", true)
18111811
DECLARE_IGC_REGKEY(bool, DisableCompactifySpills, false, "Just emit spill/fill at the point of def/use", true)
18121812
DECLARE_IGC_REGKEY(bool, AllowSpillCompactionOnRetry, false, "Allow spill compaction on retry - may increase spills",
18131813
true)

0 commit comments

Comments
 (0)