[Mlir-commits] [llvm] [mlir] [mlir][OpenMP] - Implement lowering from MLIR to LLVMIR for `private` clause on `target` constructs (PR #105471)
Pranav Bhandarkar
llvmlistbot at llvm.org
Wed Aug 21 09:21:54 PDT 2024
================
@@ -0,0 +1,73 @@
+// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
----------------
bhandarkar-pranav wrote:
There is a known issue with using `--split-input-file` on mlir code with `omp.target` in it. A discussion is [here](https://discourse.llvm.org/t/request-for-input-on-a-fix-for-a-bug-utilizing-omp-targetop-in-conjunction-with-mlir-translates-split-input-file/71785). I just opened an issue for this https://github.com/llvm/llvm-project/issues/105545
https://github.com/llvm/llvm-project/pull/105471
More information about the Mlir-commits
mailing list