Skip to content

Commit 46629d9

Browse files
sys-igcigcbot
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: 5bffd05: Modify Integer MAD Pattern Matching
Modify Integer MAD pattern matching to catch more cases.
1 parent a2dbe99 commit 46629d9

File tree

6 files changed

+77
-382
lines changed

6 files changed

+77
-382
lines changed

IGC/Compiler/CISACodeGen/DriverInfo.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class CDriverInfo {
226226
virtual bool NeedWAToTransformA32MessagesToA64() const { return false; }
227227

228228
/// disable mad in Vertex shader to avoid ZFigthing issues
229-
virtual bool DisableMatchMad() const { return false; }
229+
virtual bool DisabeMatchMad() const { return false; }
230230

231231
/// Some FE sends SLM pointers in DWORD units
232232
virtual bool WASLMPointersDwordUnit() const { return false; }

0 commit comments

Comments
 (0)