Skip to content

Commit 788001e

Browse files
bowenxue-inteligcbot
authored andcommitted
Modify Integer MAD Pattern Matching
Modify Integer MAD pattern matching to catch more cases.
1 parent 0b9518e commit 788001e

File tree

6 files changed

+418
-139
lines changed

6 files changed

+418
-139
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 DisabeMatchMad() const { return false; }
229+
virtual bool DisableMatchMad() 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)