[PATCH] D102107: [OpenMP] Codegen aggregate for outlined function captures

Dhruva Chakrabarti via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 18:02:52 PDT 2022


dhruvachak added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:4263
     case OMPRTL___kmpc_nvptx_end_reduce_nowait:
+    case OMPRTL___kmpc_alloc_aggregate_arg:
       break;
----------------
@jdoerfert Is this enough to enable SPMDization or is further handling required?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102107



More information about the llvm-commits mailing list