Skip to content

Commit e76cf18

Browse files
committed
Removed unwanted helper function hasXnackReplay.
1 parent a9205ab commit e76cf18

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
@@ -967,7 +967,6 @@ class GCNSubtarget final : public AMDGPUGenSubtargetInfo,
967967

968968
bool hasLDSFPAtomicAddF32() const { return GFX8Insts; }
969969
bool hasLDSFPAtomicAddF64() const { return GFX90AInsts; }
970-
bool hasXnackReplay() const { return GFX8Insts; }
971970

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

0 commit comments

Comments
 (0)