[Mlir-commits] [mlir] [MLIR][OpenMP] Add omp.simd operation (PR #79843)
Dominik Adamski
llvmlistbot at llvm.org
Mon Jan 29 08:09:19 PST 2024
https://github.com/DominikAdamski commented:
OpenMP standard: https://www.openmp.org/spec-html/5.0/openmpsu42.html adds some restrictions for `ordered`, `linear` and `firstprivate` clauses for `omp simd do`.
I see no test for these restrictions. Could you add it to the verifier? `ordered` , `linear` and `firstprivate` relate to `omp do`: https://www.openmp.org/spec-html/5.0/openmpsu41.html
https://github.com/llvm/llvm-project/pull/79843
More information about the Mlir-commits
mailing list