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

Sergio Afonso llvmlistbot at 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 Mlir-commits mailing list