Skip to content

Commit da1eabd

Browse files
committed
[AMDGPU] Remove duplicate definition of isGFX12CacheInvOrWBInst
1 parent e86b338 commit da1eabd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,11 +1033,6 @@ class SIInstrInfo final : public AMDGPUGenInstrInfo {
10331033
Opc == AMDGPU::GLOBAL_WBINV;
10341034
}
10351035

1036-
static bool isGFX12CacheInvOrWBInst(unsigned Opc) {
1037-
return Opc == AMDGPU::GLOBAL_INV || Opc == AMDGPU::GLOBAL_WB ||
1038-
Opc == AMDGPU::GLOBAL_WBINV;
1039-
}
1040-
10411036
static bool isF16PseudoScalarTrans(unsigned Opcode) {
10421037
return Opcode == AMDGPU::V_S_EXP_F16_e64 ||
10431038
Opcode == AMDGPU::V_S_LOG_F16_e64 ||

0 commit comments

Comments
 (0)