[Mlir-commits] [mlir] [MLIR][OpenMP] Add omp.simd operation (PR #79843)

Sergio Afonso llvmlistbot at llvm.org
Tue Apr 9 04:28:13 PDT 2024


skatrak wrote:

This patch is replaced by: #87365. The wrapper approach will allow the use of the same `omp.simd` operation for `!$omp simd` and `!$omp do simd` constructs, the difference being the presence of an `omp.wsloop` wrapper as well.

https://github.com/llvm/llvm-project/pull/79843


More information about the Mlir-commits mailing list