Skip to content

Commit b67eed0

Browse files
tmparkigcbot
authored andcommitted
Enable SPGSS with the orignal logic
Enable SPGSS with the orignal logic
1 parent c92a4ae commit b67eed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ DECLARE_IGC_REGKEY(DWORD, ParameterForColdFuncThreshold, 80, "C/10-STD fo
652652
DECLARE_IGC_REGKEY(bool, ControlUnitSize, false, "Control compilation unit size by unit trimming", true)
653653
DECLARE_IGC_REGKEY(DWORD, ExpandedUnitSizeThreshold, 50000, "Trimming target of compilation unit size", true)
654654
DECLARE_IGC_REGKEY(DWORD, PrintControlUnitSize, 0, "Print information about unit trimming", true)
655-
DECLARE_IGC_REGKEY(DWORD, StaticProfileGuidedSpillCostAnalysis, 0, "Use static profile information to estimate spill cost, " \
655+
DECLARE_IGC_REGKEY(DWORD, StaticProfileGuidedSpillCostAnalysis, 16, "Use static profile information to estimate spill cost, " \
656656
"1 for profile generation, 2 for profile transfer, 4 for profile embedding, " \
657657
"8 for spill computation, and 16 for enabling frequency-based spill selection ", true)
658658
DECLARE_IGC_REGKEY(DWORD, StaticProfileGuidedSpillCostAnalysisScale, 4, "Scale adjustment for static profile guided spill cost analysis", true)

0 commit comments

Comments
 (0)