Skip to content

Commit 99dc65d

Browse files
committed
Removed unwanted helper function hasXnackReplay.
1 parent feeaf70 commit 99dc65d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/GCNSubtarget.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,6 @@ class GCNSubtarget final : public AMDGPUGenSubtargetInfo,
10121012

10131013
bool hasLDSFPAtomicAddF32() const { return GFX8Insts; }
10141014
bool hasLDSFPAtomicAddF64() const { return GFX90AInsts; }
1015-
bool hasXnackReplay() const { return GFX8Insts; }
10161015

10171016
/// \returns true if the subtarget has the v_permlanex16_b32 instruction.
10181017
bool hasPermLaneX16() const { return getGeneration() >= GFX10; }

0 commit comments

Comments
 (0)