================ @@ -2383,3 +2383,165 @@ func.func @masked_arg_count_mismatch(%arg0: i32, %arg1: i32) { }) : (i32, i32) -> () return } + +// ----- +func.func @omp_parallel_missing_composite(%lb: index, %ub: index, %step: index) -> () { + omp.distribute { + // expected-error@+1 {{'omp.composite' attribute missing from composite wrapper}} ---------------- skatrak wrote:
```suggestion // expected-error@+1 {{'omp.composite' attribute missing from composite wrapper}} ``` https://github.com/llvm/llvm-project/pull/102341 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits