Skip to content

Conversation

@Shoreshen
Copy link
Contributor

Fix up for #153548, which is from #153150.

@Shoreshen Shoreshen requested review from arsenm and nico August 15, 2025 00:43
@llvmbot
Copy link
Member

llvmbot commented Aug 15, 2025

@llvm/pr-subscribers-backend-amdgpu

Author: None (Shoreshen)

Changes

Fix up for #153548, which is from #153150.


Full diff: https://github.com/llvm/llvm-project/pull/153717.diff

1 Files Affected:

  • (modified) llvm/tools/opt/optdriver.cpp (-1)
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))

@Shoreshen Shoreshen merged commit f2a6fcd into llvm:main Aug 15, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants