From b3a08fa31766f4c88d9d7412414f615437fc4af4 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Mon, 19 Jun 2023 21:08:35 +0100 Subject: [PATCH] [AMDGPU] Remove unused macro CNT_MASK --- llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp b/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp index 05247d3..3908d0d 100644 --- a/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp +++ b/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp @@ -57,8 +57,6 @@ namespace { // associated with the operand. Used for determining whether // s_waitcnt instruction needs to be emitted. -#define CNT_MASK(t) (1u << (t)) - enum InstCounterType { VM_CNT = 0, LGKM_CNT, EXP_CNT, VS_CNT, NUM_INST_CNTS }; } // namespace -- 2.7.4