[llvm] [AMDGPU] Delete amdgpu-unify-metadata in optdriver.cpp (PR #153717)

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 14 17:53:38 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-amdgpu

Author: None (Shoreshen)

<details>
<summary>Changes</summary>

Fix up for https://github.com/llvm/llvm-project/pull/153548, which is from https://github.com/llvm/llvm-project/issues/153150.

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


1 Files Affected:

- (modified) llvm/tools/opt/optdriver.cpp (-1) 


``````````diff
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))

``````````

</details>


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


More information about the llvm-commits mailing list