[Mlir-commits] [llvm] [mlir] [MLIR][OpenMP] Support basic materialization for `omp.private` ops (PR #81715)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Feb 20 11:56:58 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:
We have a FileCheck here. We should probably add the IR against which the checks should happen. It would help in understanding the IR generation as well.
https://github.com/llvm/llvm-project/pull/81715
More information about the Mlir-commits
mailing list