[PATCH] D102107: [OpenMP] Codegen aggregate for outlined function captures
    Joseph Huber via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Jul 27 11:06:04 PDT 2021
    
    
  
jhuber6 added inline comments.
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:1601
+                              CGM.getModule(), OMPRTL___kmpc_free_shared),
+                          V);
+    }
----------------
This needs to include the size of the accompanying push after D106496.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102107/new/
https://reviews.llvm.org/D102107
    
    
More information about the cfe-commits
mailing list