[Mlir-commits] [mlir] [MLIR][OpenMP] Add `omp.private` op (PR #80955)

Kiran Chandramohan llvmlistbot at llvm.org
Fri Feb 9 14:52:49 PST 2024


================
@@ -0,0 +1,21 @@
+// RUN: fir-opt -verify-diagnostics %s | fir-opt | FileCheck %s
----------------
kiranchandramohan wrote:

```suggestion
// RUN: mlir-opt -verify-diagnostics %s | mlir-opt | FileCheck %s
```

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


More information about the Mlir-commits mailing list