Skip to content

Commit d9979cf

Browse files
committed
Fix pass description
1 parent 26199e2 commit d9979cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPULowerExecSync.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// Lower Execution Synchronization pass performs lowering of
10-
// LDS global variables with target extension type "amdgpu.named.barrier"
9+
// Lower LDS global variables with target extension type "amdgpu.named.barrier"
1110
// that require specialized address assignment. It assigns a unique
1211
// barrier identifier to each named-barrier LDS variable and encodes
1312
// this identifier within the !absolute_symbol metadata of that global.

0 commit comments

Comments
 (0)