[Mlir-commits] [flang] [mlir] [MLIR][OpenMP] Add `private` clause to `omp.parallel` (PR #81452)
Leandro Lupori
llvmlistbot at llvm.org
Fri Feb 16 09:50:51 PST 2024
================
@@ -0,0 +1,74 @@
+// RUN: mlir-opt -verify-diagnostics %s | mlir-opt | FileCheck %s
----------------
luporl wrote:
It seems all MLIR operations' tests are in `ops.mlir`.
Is it necessary to put these tests on a new file?
Also, `--verify-diagnostics` doesn't seem to be needed, as there are no `expected-*` lines.
https://github.com/llvm/llvm-project/pull/81452
More information about the Mlir-commits
mailing list