Skip to content

Commit 5c960b3

Browse files
scottp101igcbot
authored andcommitted
LateRemat: allow use of fill values
LateRemat: allow use of fill values
1 parent fc234c1 commit 5c960b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/common/igc_flags.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ DECLARE_IGC_GROUP("Raytracing Options")
758758
DECLARE_IGC_REGKEY(bool, DisableDPSE, false, "Disable Dead PayloadStore Elimination.", true)
759759
DECLARE_IGC_REGKEY(bool, EnableRTDispatchAlongY, false, "Dispatch Compute Walker along Y first", true)
760760
DECLARE_IGC_REGKEY(bool, EnablePredicatedStackIDRelease, false, "Emit a single stack ID release at the end of the shader", true)
761+
DECLARE_IGC_REGKEY(bool, EnableCrossFillRemat, false, "Rematerialize values if they use already spilled values", true)
761762

762763
DECLARE_IGC_GROUP("VectorCompiler Options")
763764
DECLARE_IGC_REGKEY(bool, DisableEuFusion, false, "Require disable of EU fusion", true)

0 commit comments

Comments
 (0)