Skip to content

Commit

Permalink
[AMDGPU] Remove unused macro CNT_MASK
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed Jun 19, 2023
1 parent 407dcaf commit b3a08fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b3a08fa

Please sign in to comment.