[llvm] f2a6fcd - [AMDGPU] Delete amdgpu-unify-metadata in optdriver.cpp (#153717)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 14 18:07:28 PDT 2025
Author: Shoreshen
Date: 2025-08-15T09:07:25+08:00
New Revision: f2a6fcd31167cb1949498236d0e2b40525ef2be9
URL: https://github.com/llvm/llvm-project/commit/f2a6fcd31167cb1949498236d0e2b40525ef2be9
DIFF: https://github.com/llvm/llvm-project/commit/f2a6fcd31167cb1949498236d0e2b40525ef2be9.diff
LOG: [AMDGPU] Delete amdgpu-unify-metadata in optdriver.cpp (#153717)
Fix up for https://github.com/llvm/llvm-project/pull/153548, which is
from https://github.com/llvm/llvm-project/issues/153150.
Added:
Modified:
llvm/tools/opt/optdriver.cpp
Removed:
################################################################################
diff --git a/llvm/tools/opt/optdriver.cpp b/llvm/tools/opt/optdriver.cpp
index a185ea464decc..26902b213571f 100644
--- a/llvm/tools/opt/optdriver.cpp
+++ b/llvm/tools/opt/optdriver.cpp
@@ -340,7 +340,6 @@ static bool shouldPinPassToLegacyPM(StringRef Pass) {
"amdgpu-lower-kernel-attributes",
"amdgpu-propagate-attributes-early",
"amdgpu-propagate-attributes-late",
- "amdgpu-unify-metadata",
"amdgpu-printf-runtime-binding",
"amdgpu-always-inline"};
if (llvm::is_contained(PassNameExactToIgnore, Pass))
More information about the llvm-commits
mailing list