Skip to content

[AMDGPU] Fix unused variable NFC. #134069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

optimisan
Copy link
Contributor

No description provided.

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@optimisan optimisan changed the title Fix unused variable [AMDGPU] Fix unused variable NFC. Apr 2, 2025
@optimisan optimisan marked this pull request as ready for review April 2, 2025 11:20
@llvmbot
Copy link
Member

llvmbot commented Apr 2, 2025

@llvm/pr-subscribers-backend-amdgpu

Author: Akshat Oke (optimisan)

Changes

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

1 Files Affected:

  • (modified) llvm/lib/Target/AMDGPU/AMDGPUSetWavePriority.cpp (-2)
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUSetWavePriority.cpp b/llvm/lib/Target/AMDGPU/AMDGPUSetWavePriority.cpp
index ecce50f476777..b60ded33a4ac3 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUSetWavePriority.cpp
+++ b/llvm/lib/Target/AMDGPU/AMDGPUSetWavePriority.cpp
@@ -43,8 +43,6 @@ using MBBInfoSet = DenseMap<const MachineBasicBlock *, MBBInfo>;
 
 class AMDGPUSetWavePriority {
 public:
-  static char ID;
-
   bool run(MachineFunction &MF);
 
 private:

@optimisan optimisan merged commit 7c4009f into main Apr 2, 2025
10 of 14 checks passed
@optimisan optimisan deleted the users/optimisan/04-02-fix_unused_variable branch April 2, 2025 11:22
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.

2 participants