[llvm-branch-commits] [flang] [MLIR][OpenMP] Add Lowering support for OpenMP Declare Mapper directive (PR #117046)
Tom Eccles via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Nov 21 08:20: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
----------------
tblah wrote:
I'm surprised to see this TODO come up. Please could you fix this before merging so that we can maintain a helpful error message for the user.
https://github.com/llvm/llvm-project/pull/117046
More information about the llvm-branch-commits
mailing list