Skip to content

Commit 4837bfc

Browse files
iwwusys_zuul
authored andcommitted
Disable Predicate Add match temporarily to bypass regression
Change-Id: I6bf9efcb9a2c6f6ee0951179888a761dd62fd73b
1 parent 3613039 commit 4837bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ DECLARE_IGC_REGKEY(bool, DisableEmptyBlockRemoval, false, "Setting this to
8989
DECLARE_IGC_REGKEY(bool, DisableSIMD32Slicing, false, "Setting this to 1/true adds a compiler switch to disable emitting SIMD32 VISA code in slices")
9090
DECLARE_IGC_REGKEY(bool, DisableMatchMad, false, "Setting this to 1/true adds a compiler switch to disable mul+add = mad optimization")
9191
DECLARE_IGC_REGKEY(bool, EnableIntegerMad, false, "Setting this to 1/true adds a compiler switch to enable integer mul+add = mad optimization")
92-
DECLARE_IGC_REGKEY(bool, DisableMatchPredAdd, false, "Setting this to 1/true adds a compiler switch to disable pred+add = predAdd optimization")
92+
DECLARE_IGC_REGKEY(bool, DisableMatchPredAdd, true, "Setting this to 1/true adds a compiler switch to disable pred+add = predAdd optimization")
9393
DECLARE_IGC_REGKEY(bool, DisableMatchPow, false, "Setting this to 1/true adds a compiler switch to disable log2/mul/exp2 = pow optimization")
9494
DECLARE_IGC_REGKEY(bool, DisableIRVerification, false, "Setting this to 1/true adds a compiler switch to disable IGC IR verification.")
9595
DECLARE_IGC_REGKEY(bool, DisableLoopUnroll, false, "Setting this to 1/true adds a compiler switch to disable loop unrolling.")

0 commit comments

Comments
 (0)