Hahnfeld removed a reviewer: Hahnfeld.
Hahnfeld added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:7695
               Flags &= ~(OMP_MAP_TO | OMP_MAP_FROM | OMP_MAP_ALWAYS |
-                         OMP_MAP_DELETE);
+                         OMP_MAP_DELETE | OMP_MAP_CLOSE);
 
----------------
gtbercea wrote:
> ABataev wrote:
> > Why?
> If the pointee has been mapped as TO/FROM/etc already no need to map it 
> TO/FROM/etc again.
I'm not sure if there's a test for this. I can't verify right now, so I trust 
you that it's covered.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65341/new/

https://reviews.llvm.org/D65341



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to