Skip to content

Commit f2a6fcd

Browse files
authored
[AMDGPU] Delete amdgpu-unify-metadata in optdriver.cpp (#153717)
Fix up for #153548, which is from #153150.
1 parent cb1228f commit f2a6fcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/tools/opt/optdriver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ static bool shouldPinPassToLegacyPM(StringRef Pass) {
340340
"amdgpu-lower-kernel-attributes",
341341
"amdgpu-propagate-attributes-early",
342342
"amdgpu-propagate-attributes-late",
343-
"amdgpu-unify-metadata",
344343
"amdgpu-printf-runtime-binding",
345344
"amdgpu-always-inline"};
346345
if (llvm::is_contained(PassNameExactToIgnore, Pass))

0 commit comments

Comments
 (0)