Skip to content

Commit eddfc14

Browse files
tmparkigcbot
authored andcommitted
Improve static profile analysis
Improve static profile analysis
1 parent 1657e91 commit eddfc14

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
@@ -664,7 +664,7 @@ DECLARE_IGC_REGKEY(DWORD, ParameterForColdFuncThreshold, 80, "C/10-STD fo
664664
DECLARE_IGC_REGKEY(bool, ControlUnitSize, false, "Control compilation unit size by unit trimming", true)
665665
DECLARE_IGC_REGKEY(DWORD, ExpandedUnitSizeThreshold, 50000, "Trimming target of compilation unit size", true)
666666
DECLARE_IGC_REGKEY(DWORD, PrintControlUnitSize, 0, "Print information about unit trimming", true)
667-
DECLARE_IGC_REGKEY(DWORD, StaticProfileGuidedSpillCostAnalysis, 0, "Use static profile information to estimate spill cost, " \
667+
DECLARE_IGC_REGKEY(DWORD, StaticProfileGuidedSpillCostAnalysis, 8, "Use static profile information to estimate spill cost, " \
668668
"1 for profile generation, 2 for profile transfer, 4 for profile embedding, " \
669669
"8 for spill computation, and 16 for enabling frequency-based spill selection ", true)
670670
DECLARE_IGC_REGKEY(DWORD, StaticProfileGuidedSpillCostAnalysisScale, 4, "Scale adjustment for static profile guided spill cost analysis", true)

0 commit comments

Comments
 (0)