[Mlir-commits] [mlir] [OpenMP Dialect] Add omp.canonical_loop operation. (PR #65380)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Sep 7 11:34:33 PDT 2023
shraiysh wrote:
Thanks @jsjodin, I thought about this and mentioned a comment on the `omp.structured_region` RFC here - https://discourse.llvm.org/t/rfc-openmp-adding-omp-structured-region/73228/3
Specifically, this point -
* All the transforms for an `omp.canonical_loop` must be declared before another `omp.structured_region` or any other operation.
I think this check would be required as a part of the verifier.
https://github.com/llvm/llvm-project/pull/65380
More information about the Mlir-commits
mailing list