Skip to content

Commit 6ca4af1

Browse files
mrkajetanpskatrak
andcommitted
Update test
Co-authored-by: Sergio Afonso <[email protected]>
1 parent 31de8ab commit 6ca4af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ omp.declare_reduction @add_reduction_i32 : i32 init {
516516
%0 = llvm.add %arg0, %arg1 : i32
517517
omp.yield(%0 : i32)
518518
}
519-
llvm.func @simd_reduction(%1 : !llvm.ptr, %3 : !llvm.ptr, %6 : i32, %7 : i32) {
519+
llvm.func @do_simd_reduction(%1 : !llvm.ptr, %3 : !llvm.ptr, %6 : i32, %7 : i32) {
520520
omp.wsloop reduction(@add_reduction_i32 %3 -> %arg0 : !llvm.ptr) {
521521
// expected-warning@below {{simd information on composite construct discarded}}
522522
omp.simd reduction(@add_reduction_i32 %arg0 -> %arg1 : !llvm.ptr) {

0 commit comments

Comments
 (0)