================
@@ -2283,16 +2386,12 @@ static void processMapMembersWithParent(
   for (auto mappedMembers : parentClause.getMembers()) {
     auto memberClause =
         mlir::dyn_cast<mlir::omp::MapInfoOp>(mappedMembers.getDefiningOp());
----------------
agozillon wrote:

should be fine to fix it in this PR as we're altering the file in any case! 
But, I can perhaps do a follow up PR to adjust these cases, I have a bad habit 
of using dyn_cast as opposed to cast, usually I check the result, but it seems 
I've done that infrequently in this PR at the least! 

https://github.com/llvm/llvm-project/pull/82852
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to