You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flang][OpenMP] Remove redundant createMapInfoOp function (llvm#3655)
`createMapInfoOp` was moved awhile back to `OpenMP-utils.h/.cpp`.
However, seems like the older version of the function was forgotten in
`Lower/OpenMP/OpenMP.cpp` (only the source file). This PR removes this
redundant version.
Context: I am working on upstreaming `do concurrent` GPU mapping and
came across this while doing so.
0 commit comments