We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3613039 commit 4837bfcCopy full SHA for 4837bfc
IGC/common/igc_flags.def
@@ -89,7 +89,7 @@ DECLARE_IGC_REGKEY(bool, DisableEmptyBlockRemoval, false, "Setting this to
89
DECLARE_IGC_REGKEY(bool, DisableSIMD32Slicing, false, "Setting this to 1/true adds a compiler switch to disable emitting SIMD32 VISA code in slices")
90
DECLARE_IGC_REGKEY(bool, DisableMatchMad, false, "Setting this to 1/true adds a compiler switch to disable mul+add = mad optimization")
91
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")
+DECLARE_IGC_REGKEY(bool, DisableMatchPredAdd, true, "Setting this to 1/true adds a compiler switch to disable pred+add = predAdd optimization")
93
DECLARE_IGC_REGKEY(bool, DisableMatchPow, false, "Setting this to 1/true adds a compiler switch to disable log2/mul/exp2 = pow optimization")
94
DECLARE_IGC_REGKEY(bool, DisableIRVerification, false, "Setting this to 1/true adds a compiler switch to disable IGC IR verification.")
95
DECLARE_IGC_REGKEY(bool, DisableLoopUnroll, false, "Setting this to 1/true adds a compiler switch to disable loop unrolling.")
0 commit comments