[PATCH] D82719: [OpenMPOpt][SplitMemTransfer][WIP] Getting values stored in offload arrays
    Hamilton Tobon-Mosquera via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Jul  4 12:21:37 PDT 2020
    
    
  
hamax97 marked an inline comment as done.
hamax97 added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:333
+    HideMemTransferLatency Opt(RTCall, MSSA, OMPInfoCache.getDL());
+    Changed = Opt.splitMemoryTransfer();
     return Changed;
----------------
This is where the structures that handles the optimization would be used.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82719/new/
https://reviews.llvm.org/D82719
    
    
More information about the llvm-commits
mailing list