Skip to content

Commit 13fa2a9

Browse files
t4c1bader
andauthored
Apply suggestions from code review
Co-authored-by: Alexey Bader <[email protected]>
1 parent 29e4457 commit 13fa2a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libclc/ptx-nvidiacl/libspirv/atomic/atomic_helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Memory order is stored in the lowest 5 bits */
7272
__CLC_NVVM_ATOMIC_IMPL(TYPE, TYPE_MANGLED, TYPE_NV, TYPE_MANGLED_NV, OP, \
7373
NAME_MANGLED, __local, AS3, _shared_)
7474

75-
#endif
75+
#endif

libclc/ptx-nvidiacl/libspirv/atomic/atomic_inc_dec_helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
__CLC_NVVM_ATOMIC_INCDEC_IMPL(TYPE, TYPE_MANGLED, OP_MANGLED, VAL, __local, \
3333
AS3)
3434

35-
#endif
35+
#endif

llvm/test/CodeGen/NVPTX/atomics-with-semantics.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2839,4 +2839,4 @@ declare i64 @llvm.nvvm.atomic.cas.gen.i.cta.acq.rel.i64.p0i64(i64* nocapture, i6
28392839
declare i64 @llvm.nvvm.atomic.cas.global.i.cta.acq.rel.i64.p1i64(i64* nocapture, i64, i64) #1
28402840
declare i64 @llvm.nvvm.atomic.cas.shared.i.cta.acq.rel.i64.p3i64(i64* nocapture, i64, i64) #1
28412841

2842-
attributes #1 = { argmemonly nounwind }
2842+
attributes #1 = { argmemonly nounwind }

0 commit comments

Comments
 (0)