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 cb1228f commit f2a6fcdCopy full SHA for f2a6fcd
llvm/tools/opt/optdriver.cpp
@@ -340,7 +340,6 @@ static bool shouldPinPassToLegacyPM(StringRef Pass) {
340
"amdgpu-lower-kernel-attributes",
341
"amdgpu-propagate-attributes-early",
342
"amdgpu-propagate-attributes-late",
343
- "amdgpu-unify-metadata",
344
"amdgpu-printf-runtime-binding",
345
"amdgpu-always-inline"};
346
if (llvm::is_contained(PassNameExactToIgnore, Pass))
0 commit comments