[clang-tools-extra] [mlir][OpenMP] Added omp.region operation (PR #65243)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 4 07:40:25 PDT 2023


shraiysh wrote:

`internal_region` sounds good. I did not want to make it highly specific, because it could be used under other constructs too. Like, `omp.sections` could have an internal region and a barrier in the future. We do not need it for others at the moment, but not making it highly special leaves room for other constructs to use it.

I will create an RFC.

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


More information about the cfe-commits mailing list