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 2434248 commit 4744f64Copy full SHA for 4744f64
IGC/Compiler/CISACodeGen/CISABuilder.cpp
@@ -6096,7 +6096,7 @@ namespace IGC
6096
} else {
6097
int result = 0;
6098
if (m_hasInlineAsm) {
6099
- std::string parseTextFile = GetDumpFileName("inline.visaasm");
+ std::string parseTextFile = m_enableVISAdump ? GetDumpFileName("inline.visaasm") : "";
6100
result = vAsmTextBuilder->ParseVISAText(
6101
vbuilder->GetAsmTextStream().str(), parseTextFile);
6102
}
0 commit comments