[llvm-branch-commits] [flang] [mlir] [MLIR][OpenMP] Add Lowering support for OpenMP custom mappers in map clause (PR #121001)

Sergio Afonso via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 11 08:48:48 PST 2025


================
@@ -1003,6 +1006,20 @@ void ClauseProcessor::processMapObjects(
       }
     }
 
+    if (!mapperIdName.empty()) {
----------------
skatrak wrote:

Nevermind, thank you for bringing to my attention that this is inside of a loop.

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


More information about the llvm-branch-commits mailing list