Skip to content

Commit f77070f

Browse files
committed
more test checks
1 parent 12fe4d2 commit f77070f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mlir/test/Target/LLVMIR/omptarget-multi-block-reduction.mlir

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ module attributes {dlti.dl_spec = #dlti.dl_spec<"dlti.alloca_memory_space" = 5 :
6767
// CHECK: br label %[[CONT_BB:.*]]
6868

6969
// CHECK: [[CONT_BB]]:
70-
// CHECK: br label %.omp.reduction.done
70+
// CHECK-NEXT: %[[RED_RHS:.*]] = phi ptr [ %final.rhs, %{{.*}} ]
71+
// CHECK-NEXT: store ptr %[[RED_RHS]], ptr %{{.*}}, align 8
72+
// CHECK-NEXT: br label %.omp.reduction.done
7173
// CHECK: }
7274

7375
// CHECK: define internal void @"{{.*}}$reduction$reduction_func"(ptr noundef %0, ptr noundef %1) #0 {

0 commit comments

Comments
 (0)