[flang-commits] [flang] [mlir] [MLIR][OpenMP] Add `private` clause to `omp.parallel` (PR #81452)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Thu Feb 15 07:13:41 PST 2024


================
@@ -1535,7 +1619,8 @@ LogicalResult OrderedOp::verify() {
 }
 
 LogicalResult OrderedRegionOp::verify() {
-  // TODO: The code generation for ordered simd directive is not supported yet.
+  // TODO: The code generation for ordered simd directive is not supported
----------------
skatrak wrote:

Nit: There seem to be some random reformatting across the file. Can you check whether that was intentional?

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


More information about the flang-commits mailing list