[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
Sat Feb 17 23:58:31 PST 2024


================
@@ -0,0 +1,74 @@
+// RUN: mlir-opt -verify-diagnostics %s | mlir-opt | FileCheck %s
----------------
ergawy wrote:

I moved the new test back to `ops.mlir`. I split it originally to make debugging test errors a bit easier.

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


More information about the flang-commits mailing list