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 fe8090e commit 50aed17Copy full SHA for 50aed17
IGC/Compiler/CISACodeGen/DriverInfo.hpp
@@ -256,6 +256,7 @@ class CDriverInfo
256
virtual bool PreventMadforRound() const { return false; }
257
258
259
+
260
};
261
262
}//namespace IGC
IGC/Compiler/CISACodeGen/PatternMatchPass.cpp
@@ -1808,6 +1808,7 @@ bool CodeGenPatternMatch::MatchMad( llvm::BinaryOperator& I )
1808
{
1809
return false;
1810
}
1811
1812
bool preventMadForRound = false;
1813
if (IGC_IS_FLAG_ENABLED(EnableMadRoundDepCheck) || m_ctx->m_DriverInfo.PreventMadforRound())
1814
0 commit comments