[llvm-branch-commits] [flang] [mlir] [MLIR][OpenMP] Add Lowering support for OpenMP custom mappers in map clause (PR #121001)
Akash Banerjee via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 11 08:49:28 PST 2025
================
@@ -1003,6 +1006,20 @@ void ClauseProcessor::processMapObjects(
}
}
+ if (!mapperIdName.empty()) {
----------------
TIFitis wrote:
The if is contained in a loop and I want the if to execute only the first iteration. So this replacement won't be helpful here.
https://github.com/llvm/llvm-project/pull/121001
More information about the llvm-branch-commits
mailing list