Skip to content

Commit 85bba76

Browse files
committed
Re-add missing CHECK.
1 parent 988a1b8 commit 85bba76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/CodeGenOpenCL/atomic-ops.cl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ void fi1(atomic_int *i) {
4343
// CHECK: load atomic i32, ptr %{{[.0-9A-Z_a-z]+}} syncscope("agent") seq_cst, align 4{{$}}
4444
x = __opencl_atomic_load(i, memory_order_seq_cst, memory_scope_device);
4545

46+
// CHECK: load atomic i32, ptr %{{[.0-9A-Z_a-z]+}} seq_cst, align 4{{$}}
4647
x = __opencl_atomic_load(i, memory_order_seq_cst, memory_scope_all_svm_devices);
4748

4849
// CHECK: load atomic i32, ptr %{{[.0-9A-Z_a-z]+}} syncscope("wavefront") seq_cst, align 4{{$}}

0 commit comments

Comments
 (0)