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

Dhruva Chakrabarti via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 8 12:36:02 PDT 2022


dhruvachak added inline comments.


================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPKinds.def:907
+__OMP_RTL_ATTRS(__kmpc_alloc_aggregate_arg, DefaultAttrs, ReturnPtrAttrs,
+                ParamAttrs(NoCaptureAttrs, NoCaptureAttrs))
+
----------------
NoCapture attributes for the parameters need to be removed. See https://github.com/llvm/llvm-project/issues/54654


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