[llvm] [AMDGPU][SIInsertWaitcnts][NFC] Move static array definition (PR #178014)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 27 01:44:35 PST 2026
================
@@ -349,7 +349,8 @@ class WaitcntGenerator {
const AMDGPU::HardwareLimits *Limits = nullptr;
public:
- WaitcntGenerator() = default;
+ WaitcntGenerator() = delete;
----------------
jayfoad wrote:
This seems unrelated to moving the static array. Also I don't think you need this if you're defining a non-default constructor, do you?
https://github.com/llvm/llvm-project/pull/178014
More information about the llvm-commits
mailing list