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

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Thu Feb 15 21:20:34 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
----------------
ergawy wrote:

Thanks for catching that. That's pretty annoying. Fixed manually. Is there a particular clang-format version we should be using?  I use `19.0.0`.

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


More information about the flang-commits mailing list