Skip to content

Commit

Permalink
Disable Predicate Add match temporarily to bypass regression
Browse files Browse the repository at this point in the history
Change-Id: I6bf9efcb9a2c6f6ee0951179888a761dd62fd73b
  • Loading branch information
iwwu authored and sys_zuul committed Jul 29, 2019
1 parent 3613039 commit 4837bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IGC/common/igc_flags.def
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ DECLARE_IGC_REGKEY(bool, DisableEmptyBlockRemoval, false, "Setting this to
DECLARE_IGC_REGKEY(bool, DisableSIMD32Slicing, false, "Setting this to 1/true adds a compiler switch to disable emitting SIMD32 VISA code in slices")
DECLARE_IGC_REGKEY(bool, DisableMatchMad, false, "Setting this to 1/true adds a compiler switch to disable mul+add = mad optimization")
DECLARE_IGC_REGKEY(bool, EnableIntegerMad, false, "Setting this to 1/true adds a compiler switch to enable integer mul+add = mad optimization")
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")
DECLARE_IGC_REGKEY(bool, DisableMatchPow, false, "Setting this to 1/true adds a compiler switch to disable log2/mul/exp2 = pow optimization")
DECLARE_IGC_REGKEY(bool, DisableIRVerification, false, "Setting this to 1/true adds a compiler switch to disable IGC IR verification.")
DECLARE_IGC_REGKEY(bool, DisableLoopUnroll, false, "Setting this to 1/true adds a compiler switch to disable loop unrolling.")
Expand Down

0 comments on commit 4837bfc

Please sign in to comment.