[llvm] [mlir] [mlir][OpenMP] - Implement lowering from MLIR to LLVMIR for `private` clause on `target` constructs (PR #105471)
Christian Ulmann via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 22:47:08 PDT 2024
================
@@ -0,0 +1,73 @@
+// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
----------------
Dinistro wrote:
Please use `--split-input-file`
https://github.com/llvm/llvm-project/pull/105471
More information about the llvm-commits
mailing list