Skip to content

Commit 477d1c8

Browse files
jayfoadcjdb
authored andcommitted
[AMDGPU] Remove comment outdated by llvm#96933
1 parent e718855 commit 477d1c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,8 +905,7 @@ void AMDGPUAtomicOptimizerImpl::optimizeAtomic(Instruction &I,
905905
PHI->addIncoming(NewI, SingleLaneTerminator->getParent());
906906

907907
// We need to broadcast the value who was the lowest active lane (the first
908-
// lane) to all other lanes in the wavefront. We use an intrinsic for this,
909-
// but have to handle 64-bit broadcasts with two calls to this intrinsic.
908+
// lane) to all other lanes in the wavefront.
910909
Value *BroadcastI = nullptr;
911910
BroadcastI = B.CreateIntrinsic(Ty, Intrinsic::amdgcn_readfirstlane, PHI);
912911

0 commit comments

Comments
 (0)