[llvm-branch-commits] [flang] [MLIR][OpenMP] Add Lowering support for OpenMP Declare Mapper directive (PR #117046)
Akash Banerjee via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Nov 21 08:28:02 PST 2024
================
@@ -21,7 +21,7 @@ subroutine declare_mapper_1
type (my_type2) :: t
real :: x, y(nvals)
!$omp declare mapper (my_type :: var) map (var, var%values (1:var%num_vals))
-!CHECK: not yet implemented: OpenMPDeclareMapperConstruct
+!CHECK: not yet implemented: lowering symbol to HLFIR
----------------
TIFitis wrote:
This error is now from an unhandled form of map clause rather than declare mapper. As such, I believe it's out of scope for this PR.
I will however subsequently look into fixing it in a separate PR, hope that doesn't hold up this PR.
https://github.com/llvm/llvm-project/pull/117046
More information about the llvm-branch-commits
mailing list