[Mlir-commits] [mlir] [MLIR][OpenMP] Support basic materialization for `omp.private` ops (PR #81715)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Feb 21 03:07:57 PST 2024
================
@@ -0,0 +1,21 @@
+// Test code-gen for `omp.parallel` ops with delayed privatizers (i.e. using
+// `omp.private` ops).
+
+// RUN: mlir-translate -mlir-to-llvmir -split-input-file %s | FileCheck %s
----------------
NimishMishra wrote:
It is okay now. Somehow, in the version I reviewed and cloned locally, I did not have any `CHECK` as such. Hence the comment.
Closing it now...
https://github.com/llvm/llvm-project/pull/81715
More information about the Mlir-commits
mailing list