Skip to content

Commit 1ef64f2

Browse files
Update mlir/test/Target/LLVMIR/openmp-llvm.mlir
Co-authored-by: Thirumalai Shaktivel <[email protected]>
1 parent b400ef5 commit 1ef64f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Target/LLVMIR/openmp-llvm.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ llvm.func @omp_atomic_update(%x:!llvm.ptr, %expr: i32, %xbool: !llvm.ptr, %exprb
14141414
//CHECK-LABEL: @atomic_complex_write
14151415
//CHECK: %[[V:.*]] = alloca { float, float }, i64 1, align 8
14161416
//CHECK: %[[X:.*]] = alloca { float, float }, i64 1, align 8
1417-
//CHECK: %[[LOAD:.*]] = load { float, float }, ptr %1, align 4
1417+
//CHECK: %[[LOAD:.*]] = load { float, float }, ptr %[[V]], align 4
14181418
//CHECK: %[[ALLOCA:.*]] = alloca { float, float }, align 8
14191419
//CHECK: store { float, float } %[[LOAD]], ptr %[[ALLOCA]], align 4
14201420
//CHECK: call void @__atomic_store(i64 8, ptr %[[X]], ptr %[[ALLOCA]], i32 0)

0 commit comments

Comments
 (0)