[Mlir-commits] [mlir] [MLIR][OpenMP][Offload] Lower target update op to DeviceRT (PR #75159)

Kareem Ergawy llvmlistbot at llvm.org
Fri Dec 15 06:21:39 PST 2023


================
@@ -441,3 +441,41 @@ llvm.func @_QPopenmp_target_use_dev_both() {
 // CHECK:         ret void
 
 // -----
+
+llvm.func @_QPopenmp_target_data_update() {
----------------
ergawy wrote:

As discussed offline, the FIR dialect is not registered with `mlir-translate`. So we cannot use `fir.ref` in `omptarget-llvm.mlir`.

However, I will double check with @agozillon whether we have existing tests for lowering `map_info` op's arguments from `fir` to `llvm` types or not. If not, I will open another PR with more testing.

https://github.com/llvm/llvm-project/pull/75159


More information about the Mlir-commits mailing list